svn commit: r1761335 - /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: r1761335 - /ofbiz/trunk/applications/commonext/widget/SystemInfoForms.xml

mbrohl
Author: mbrohl
Date: Sun Sep 18 15:44:09 2016
New Revision: 1761335

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

The changes were not necessary because the button titles are automatically pulled from FormFieldTitle_updateButton.

Thanks: Nicolas Malin for spotting and reporting.

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=1761335&r1=1761334&r2=1761335&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/widget/SystemInfoForms.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/SystemInfoForms.xml Sun Sep 18 15:44:09 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" title="${uiLabelMap.CommonUpdate}"><submit/></field>
+        <field name="updateButton"><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" title="${uiLabelMap.CommonCreate}"><submit/></field>
+        <field name="createButton"><submit/></field>
     </form>
 </forms>