You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/06/23 17:39:43 UTC

svn commit: r787721 - in /ofbiz/trunk/applications: order/webapp/ordermgr/order/findOrders.ftl party/webapp/partymgr/party/findparty.ftl

Author: ashish
Date: Tue Jun 23 15:39:42 2009
New Revision: 787721

URL: http://svn.apache.org/viewvc?rev=787721&view=rev
Log:
Applied patch from jira issue OFBIZ-2646 (Inconsistent design of find forms )
Thanks Awdesh for your contribution.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl
    ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl?rev=787721&r1=787720&r2=787721&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl Tue Jun 23 15:39:42 2009
@@ -453,8 +453,8 @@
                 <td width='25%' align='right'>&nbsp;</td>
                 <td width='5%'>&nbsp;</td>
                 <td align='left'>
-                    <input type='checkbox' name='showAll' id="showAll" value='Y' onclick="javascript:lookupOrders(true);"/>
-                    <label for="showAll">${uiLabelMap.CommonShowAllRecords}</label>
+                    <input type="hidden" name="showAll" value="Y"/>
+                    <input type='submit' value='${uiLabelMap.CommonFind}' onsubmit="javascript:lookupOrders(true);"/>
                 </td>
               </tr>
             </table>

Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl?rev=787721&r1=787720&r2=787721&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl Tue Jun 23 15:39:42 2009
@@ -202,7 +202,7 @@
           <tr>
             <td>&nbsp;</td>
             <td>
-              <input type="submit" value="${uiLabelMap.PartyLookupParty}" onClick="javascript:document.lookupparty.submit();"/>
+              <input type="submit" value="${uiLabelMap.CommonFind}" onClick="javascript:document.lookupparty.submit();"/>
             </td>
           </tr>
         </table>