svn commit: r442654 - /incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r442654 - /incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl

sichen
Author: sichen
Date: Tue Sep 12 10:46:29 2006
New Revision: 442654

URL: http://svn.apache.org/viewvc?view=rev&rev=442654
Log:
Added party lookup to form.

Modified:
    incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl

Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl?view=diff&rev=442654&r1=442653&r2=442654
==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl Tue Sep 12 10:46:29 2006
@@ -131,7 +131,12 @@
               <tr>
                 <td width='25%' align='right'><div class='tableheadtext'>${uiLabelMap.PartyPartyId}</div></td>
                 <td width='5%'>&nbsp;</td>
-                <td><input type='text' class='inputBox' name='partyId' value='${requestParameters.partyId?if_exists}'/></td>
+                <td>
+                  <input type='text' class='inputBox' name='partyId' value='${requestParameters.partyId?if_exists}'/>
+                  <a href="javascript:call_fieldlookup2(document.lookuporder.partyId,'LookupPartyName');">
+                    <img src='/images/fieldlookup.gif' width='15' height='14' border='0' alt='Click here For Field Lookup'/>
+                  </a>
+                </td>
               </tr>
               <tr>
                 <td width='25%' align='right'><div class='tableheadtext'>${uiLabelMap.PartyUserLoginId}</div></td>