Author: jacopoc
Date: Fri Oct 6 01:40:57 2006
New Revision: 453528
URL:
http://svn.apache.org/viewvc?view=rev&rev=453528Log:
No more needed after Si's recent mods: the selectAll checkbox is automatically created by the multi form.
Modified:
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl
Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl?view=diff&rev=453528&r1=453527&r2=453528==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl Fri Oct 6 01:40:57 2006
@@ -21,9 +21,3 @@
<div class="tabletext">${uiLabelMap.CommonTotalCostMult}: ${costMult}</div>
<div class="tabletext">${uiLabelMap.CommonTotalCostToPriceMult}: ${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>