svn commit: r450027 - /incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl

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

svn commit: r450027 - /incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl

jleroux@apache.org
Author: jleroux
Date: Tue Sep 26 05:31:06 2006
New Revision: 450027

URL: http://svn.apache.org/viewvc?view=rev&rev=450027
Log:
Patch from Ashish Vijaywargiya to display the request parameter value of partyId after the search result.
(https://issues.apache.org/jira/browse/OFBIZ-329)

Modified:
    incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl

Modified: incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl?view=diff&rev=450027&r1=450026&r2=450027
==============================================================================
--- incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl (original)
+++ incubator/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl Tue Sep 26 05:31:06 2006
@@ -73,7 +73,7 @@
             <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"/></td>
+              <td><input type="text" class="inputBox" name="partyId" value="${parameters.partyId?if_exists}"/></td>
             </tr>
             <tr>
               <td width="25%" align="right"><div class="tableheadtext">${uiLabelMap.PartyUserLogin} :</div></td>