You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/09/17 14:34:13 UTC

svn commit: r816168 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl

Author: mor
Date: Thu Sep 17 12:34:13 2009
New Revision: 816168

URL: http://svn.apache.org/viewvc?rev=816168&view=rev
Log:
Typo in initial commit for class name, buttont -> button

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl?rev=816168&r1=816167&r2=816168&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderhistory.ftl Thu Sep 17 12:34:13 2009
@@ -81,7 +81,7 @@
               <td>${porderHeader.orderId}</td>
               <td><@ofbizCurrency amount=porderHeader.grandTotal isoCode=porderHeader.currencyUom /></td>
               <td>${pstatus.get("description",locale)}</td>
-              <td><a href="<@o...@ofbizUrl>" class="buttont">${uiLabelMap.CommonView}</a></td>
+              <td><a href="<@o...@ofbizUrl>" class="button">${uiLabelMap.CommonView}</a></td>
             </tr>
           </#list>
         <#else>