Author: jleroux
Date: Fri Dec  7 05:56:18 2007
New Revision: 602101

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

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=602101&r1=602100&r2=602101&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
 Fri Dec  7 05:56:18 2007
@@ -116,7 +116,7 @@
                   <td><input type="text" class="inputBox" size="25" 
name="add_product_id" value=""/>
                     <span class='tabletext'>
                       <a 
href="javascript:quicklookup(document.quickaddform.add_product_id)" 
class="buttontext">${uiLabelMap.OrderQuickLookup}</a>
-                      <a 
href="javascript:call_fieldlookup2(document.quickaddform.add_product_id,'LookupProduct');">
+                      <a 
href="javascript:call_fieldlookup2(document.quickaddform.add_product_id,'<@ofbizUrl>LookupProduct</@ofbizUrl>');">
                         <img 
src="<@ofbizContentUrl>/images/fieldlookup.gif"</@ofbizContentUrl>" width="15" 
height="14" border="0" alt="Click here For Field Lookup"/>
                       </a>
                     </span>


Reply via email to