You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/12/07 14:40:45 UTC

svn commit: r602099 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl

Author: jleroux
Date: Fri Dec  7 05:40:44 2007
New Revision: 602099

URL: http://svn.apache.org/viewvc?rev=602099&view=rev
Log:
A patch from Bilgin Ibryam "Bug in lookup windows URL" (https://issues.apache.org/jira/browse/OFBIZ-1388) - OFBIZ-1388
Commited as a temporary fix as an issue on quick lookup remains

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

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl?rev=602099&r1=602098&r2=602099&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl Fri Dec  7 05:40:44 2007
@@ -29,7 +29,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,'<@o...@ofbizUrl>');">
                         <img src="<@o...@ofbizContentUrl>" width="15" height="14" border="0" alt="Click here For Field Lookup"/>
                       </a>
                     </span>