[OFBiz] SVN: r5886 - trunk/applications/order/webapp/ordermgr/quote
jacopo at svn.ofbiz.org
jacopo at svn.ofbiz.org
Sun Oct 2 01:13:22 EDT 2005
Author: jacopo
Date: 2005-10-02 00:13:12 -0500 (Sun, 02 Oct 2005)
New Revision: 5886
Modified:
trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl
Log:
Added 'select all' checkbox to pre-select all the quote items in the multi form.
Modified: trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl
===================================================================
--- trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl 2005-10-02 05:11:41 UTC (rev 5885)
+++ trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl 2005-10-02 05:13:12 UTC (rev 5886)
@@ -30,3 +30,9 @@
<div class="tabletext">${uiLabelMap.totCostMult}: ${costMult}</div>
<div class="tabletext">${uiLabelMap.costToPriceMult}: ${costToPriceMult}</div>
<br/>
+
+<form action="" method="post" style="margin: 0;">
+ <div class="tableheadtext">
+ ${uiLabelMap.CommonSelectAll} <input type="checkbox" class="checkBox" name="selectAll" value="Y" onClick="javascript:toggleAll(this, 'ManageQuotePrices');"/>
+ </div>
+</form>
More information about the Svn
mailing list