svn commit: r453528 - /incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl

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

svn commit: r453528 - /incubator/ofbiz/trunk/applications/order/webapp/ordermgr/quote/ManageQuotePrices.ftl

jacopoc
Author: jacopoc
Date: Fri Oct  6 01:40:57 2006
New Revision: 453528

URL: http://svn.apache.org/viewvc?view=rev&rev=453528
Log:
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}:&nbsp;${costMult}</div>
 <div class="tabletext">${uiLabelMap.CommonTotalCostToPriceMult}:&nbsp;${costToPriceMult}</div>
 <br/>
-
-<form action="" method="post" style="margin: 0;">
-    <div class="tableheadtext">
-        ${uiLabelMap.CommonSelectAll}&nbsp;<input type="checkbox" class="checkBox" name="selectAll" value="Y" onClick="javascript:toggleAll(this, 'ManageQuotePrices');"/>
-    </div>
-</form>