svn commit: r1757832 - /ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml

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

svn commit: r1757832 - /ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml

nmalin
Author: nmalin
Date: Fri Aug 26 12:42:27 2016
New Revision: 1757832

URL: http://svn.apache.org/viewvc?rev=1757832&view=rev
Log:
Little simplify on submit button definition. Related to issue OFBIZ-7973.
<field name="submitButton" title="${uiLabelMap.CommonUpdate}"> can be replace by <field name="updateButton">

Modified:
    ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=1757832&r1=1757831&r2=1757832&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Fri Aug 26 12:42:27 2016
@@ -916,7 +916,7 @@ under the License.
         <field name="workEffortId"><hidden/></field>
         <field name="attrName"><display/></field>
         <field name="attrValue"><text/></field>
-        <field name="submitButton" title="${uiLabelMap.CommonUpdate}"><submit button-type="button"/></field>
+        <field name="updateButton"><submit/></field>
         <field name="deleteLink" title=" " widget-style="buttontext">
             <hyperlink target="deleteWorkEffortAttribute" description="${uiLabelMap.CommonDelete}" also-hidden="false">
                 <parameter param-name="workEffortId"/>
@@ -924,13 +924,12 @@ under the License.
             </hyperlink>
         </field>
     </form>
-
-    <form name="EditWorkEffortAttribute" type="single"
+    <form name="EditWorkEffortAttribute" type="single"
             default-map-name="workEffortAttribute" target="createWorkEffortAttribute"
             title="" header-row-style="header-row" default-table-style="basic-table">
         <auto-fields-service service-name="createWorkEffortAttribute"/>
         <field name="workEffortId"><hidden/></field>
-        <field name="submitButton" title="${uiLabelMap.CommonCreate}"><submit button-type="button"/></field>
+        <field name="createButton"><submit/></field>
     </form>
 
     <!-- WorkEffort Note -->