Author: jleroux
Date: Sun Jan 13 15:43:17 2008
New Revision: 611684
URL:
http://svn.apache.org/viewvc?rev=611684&view=revLog:
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}: <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}: <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}: <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>