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/05/23 18:07:43 UTC

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

Author: ashish
Date: Sat May 23 16:07:42 2009
New Revision: 777946

URL: http://svn.apache.org/viewvc?rev=777946&view=rev
Log:
Applied patch from jira issue OFBIZ-2515 ("Show all records" check box on find order screens should be working on click of label as well)

Thanks Pranay for your patch.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.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=777946&r1=777945&r2=777946&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl Sat May 23 16:07:42 2009
@@ -453,7 +453,8 @@
                 <td width='25%' align='right'>&nbsp;</td>
                 <td width='5%'>&nbsp;</td>
                 <td align='left'>
-                    <input type='checkbox' name='showAll' value='Y' onclick="javascript:lookupOrders(true);"/>&nbsp;${uiLabelMap.CommonShowAllRecords}
+                    <input type='checkbox' name='showAll' id="showAll" value='Y' onclick="javascript:lookupOrders(true);"/>
+                    <label for="showAll">${uiLabelMap.CommonShowAllRecords}</label>
                 </td>
               </tr>
             </table>