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/02/27 23:56:45 UTC

svn commit: r512472 - in /ofbiz/trunk/applications: order/webapp/ordermgr/entry/setAdditionalParty.ftl product/webapp/catalog/category/EditCategoryProducts.ftl

Author: jleroux
Date: Tue Feb 27 14:56:45 2007
New Revision: 512472

URL: http://svn.apache.org/viewvc?view=rev&rev=512472
Log:
A patch from Bilgin Ibryam "Wrong fieldlookup image url" (https://issues.apache.org/jira/browse/OFBIZ-764).

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/entry/setAdditionalParty.ftl
    ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/setAdditionalParty.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/setAdditionalParty.ftl?view=diff&rev=512472&r1=512471&r2=512472
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/setAdditionalParty.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/setAdditionalParty.ftl Tue Feb 27 14:56:45 2007
@@ -86,7 +86,7 @@
             <input type="text" class="inputBox" name="additionalPartyId" value="${additionalPartyId?if_exists}" onchange="javascript:document.quickAddPartyForm.submit()">
           </td>
           <td>
-            <a href="javascript:document.quickAddPartyForm.additionalPartyId.focus();call_fieldlookup2(document.quickAddPartyForm.additionalPartyId, '${lookupPartyView}');"><img src="/content/images/fieldlookup.gif" width="16" height="16" border="0" alt="Lookup"></a>
+            <a href="javascript:document.quickAddPartyForm.additionalPartyId.focus();call_fieldlookup2(document.quickAddPartyForm.additionalPartyId, '${lookupPartyView}');"><img src="<@o...@ofbizContentUrl>" width="16" height="16" border="0" alt="Lookup"></a>
           </td>
           <td>
             &nbsp;<a href="javascript:document.quickAddPartyForm.submit()" class="buttontext">${uiLabelMap.CommonApply}</a>

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl?view=diff&rev=512472&r1=512471&r2=512472
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryProducts.ftl Tue Feb 27 14:56:45 2007
@@ -122,7 +122,7 @@
         <div class="head2">${uiLabelMap.ProductAddProductCategoryMember}:</div>
         <div class="tabletext">
             ${uiLabelMap.ProductProductId}: <input type="text" size="20" name="productId" class="inputBox">
-            <a href="javascript:call_fieldlookup2(document.addProductCategoryMemberForm.productId, 'LookupProduct');"><img src="/content/images/fieldlookup.gif" width="16" height="16" border="0" alt="Lookup"></a>
+            <a href="javascript:call_fieldlookup2(document.addProductCategoryMemberForm.productId, 'LookupProduct');"><img src="<@o...@ofbizContentUrl>" width="16" height="16" border="0" alt="Lookup"></a>
             ${uiLabelMap.CommonFromDate}: <input type="text" size="22" name="fromDate" class="inputBox">
             <a href="javascript:call_cal(document.addProductCategoryMemberForm.fromDate, '${nowTimestamp?string}');"><img src="<@o...@ofbizContentUrl>" width="16" height="16" border="0" alt="Calendar"></a>
               <br/>