Author: jleroux
Date: Fri Dec 7 05:40:44 2007
New Revision: 602099
URL:
http://svn.apache.org/viewvc?rev=602099&view=revLog:
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,'<@ofbizUrl>LookupProduct</@ofbizUrl>');">
<img src="<@ofbizContentUrl>/images/fieldlookup.gif"</@ofbizContentUrl>" width="15" height="14" border="0" alt="Click here For Field Lookup"/>
</a>
</span>