svn commit: r1761332 - /ofbiz/trunk/applications/commonext/widget/SystemInfoForms.xml

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

svn commit: r1761332 - /ofbiz/trunk/applications/commonext/widget/SystemInfoForms.xml

mbrohl
Author: mbrohl
Date: Sun Sep 18 15:00:55 2016
New Revision: 1761332

URL: http://svn.apache.org/viewvc?rev=1761332&view=rev
Log:
Improved: Maximise the utilisation of common labels in various commonext forms.
(OFBIZ-8121)

I've slightly modified the patch to only change the button titles.

Thanks: Pierre Smits for reporting and providing the patch.

Modified:
    ofbiz/trunk/applications/commonext/widget/SystemInfoForms.xml

Modified: ofbiz/trunk/applications/commonext/widget/SystemInfoForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/SystemInfoForms.xml?rev=1761332&r1=1761331&r2=1761332&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/widget/SystemInfoForms.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/SystemInfoForms.xml Sun Sep 18 15:00:55 2016
@@ -40,7 +40,7 @@ under the License.
         <field name="internalNotes"><check/></field>
         <field name="telephoneForwards"><check/></field>
         <field name="taskAssignment"><check/></field>
-        <field name="updateButton"><submit/></field>
+        <field name="updateButton" title="${uiLabelMap.CommonUpdate}"><submit/></field>
     </form>
 
     <form name="SystemInfoStatus" type="list" list-name="systemInfoStatus"
@@ -53,6 +53,6 @@ under the License.
         <field name="noteParty"><text/></field>
         <field name="moreInfoUrl"><text size="50"/></field>
         <field name="noteInfo"><text size="50"/></field>
-        <field name="createButton"><submit/></field>
+        <field name="createButton" title="${uiLabelMap.CommonCreate}"><submit/></field>
     </form>
 </forms>