Author: lektran
Date: Thu Apr 10 02:04:16 2008
New Revision: 646699

URL: http://svn.apache.org/viewvc?rev=646699&view=rev
Log:
Changed one of the mini cart's column header labels from Nbr to Qty (makes more 
sense to me)

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl?rev=646699&r1=646698&r2=646699&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl 
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/minicart.ftl Thu 
Apr 10 02:04:16 2008
@@ -35,7 +35,7 @@
           </#if>
           <table width="100%" cellpadding="0" cellspacing="2">
             <tr>
-              <td valign="bottom"><div 
class="tabletext"><b>${uiLabelMap.EcommerceNbr}</b></div></td>
+              <td valign="bottom"><div 
class="tabletext"><b>${uiLabelMap.OrderQty}</b></div></td>
               <td valign="bottom"><div 
class="tabletext"><b>${uiLabelMap.EcommerceItem}</b></div></td>
               <td valign="bottom" align="right"><div 
class="tabletext"><b>${uiLabelMap.CommonSubtotal}</b></div></td>
             </tr>


Reply via email to