svn commit: r418514 - /incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl

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

svn commit: r418514 - /incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl

jacopoc
Author: jacopoc
Date: Sat Jul  1 15:36:48 2006
New Revision: 418514

URL: http://svn.apache.org/viewvc?rev=418514&view=rev
Log:
Added missing css class to select box for formula field in the "edit bom" form.

Modified:
    incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl

Modified: incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl?rev=418514&r1=418513&r2=418514&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl (original)
+++ incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl Sat Jul  1 15:36:48 2006
@@ -201,7 +201,7 @@
         <td width="26%" align="right"><div class='tableheadtext'>${uiLabelMap.ManufacturingFormula}:</div></td>
         <td>&nbsp;</td>
         <td width="74%">
-            <select name="estimateCalcMethod">
+            <select name="estimateCalcMethod" class="selectBox">
             <option value="">&nbsp;</option>
             <#assign selectedFormula = "">
             <#if useValues>