svn commit: r611684 - /ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r611684 - /ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl

jleroux@apache.org
Author: jleroux
Date: Sun Jan 13 15:43:17 2008
New Revision: 611684

URL: http://svn.apache.org/viewvc?rev=611684&view=rev
Log:
Applied fix from trunk for revision: 590897

Modified:
    ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl

Modified: ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl?rev=611684&r1=611683&r2=611684&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl (original)
+++ ofbiz/branches/release4.0/applications/order/webapp/ordermgr/entry/cart/showcart.ftl Sun Jan 13 15:43:17 2008
@@ -194,7 +194,7 @@
           <td>
             <form method="post" action="<@ofbizUrl>additem</@ofbizUrl>" name="bulkworkaddform" style="margin: 0;">
                 <div class="tableheadtext">
-                    ${uiLabelMap.CommonOrderItemType}:&nbsp;<select name="add_item_type" class="selectBox"><option value="BULK_ORDER_ITEM">${uiLabelMap.ProductBulkItem}</option><option value="WORK_ORDER_ITEM">${uiLabelMap.ProductWorkItem}</option></select>
+                    ${uiLabelMap.OrderOrderItemType}:&nbsp;<select name="add_item_type" class="selectBox"><option value="BULK_ORDER_ITEM">${uiLabelMap.ProductBulkItem}</option><option value="WORK_ORDER_ITEM">${uiLabelMap.ProductWorkItem}</option></select>
                     <br>${uiLabelMap.ProductProductCategory}:&nbsp;<input type="text" class="inputBox" name="add_category_id" size="20" maxlength="20" value="${requestParameters.add_category_id?if_exists}"/>
                     <a href="javascript:call_fieldlookup2(document.bulkworkaddform.add_category_id,'LookupProductCategory');"><img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/></a>
                 </div>