Author: jleroux
Date: Mon Dec 17 17:36:56 2018
New Revision: 1849116
URL:
http://svn.apache.org/viewvc?rev=1849116&view=revLog:
Improved: Better explain fields in FormWidgetExampleForms
(OFBIZ-6734)
Removes 3 useless TODO
Modified:
ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml
Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml?rev=1849116&r1=1849115&r2=1849116&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml Mon Dec 17 17:36:56 2018
@@ -29,8 +29,7 @@ under the License.
<!-- *** field1 *** -->
<!-- ***************** -->
<!-- <field name="field1"
- title="${uiLabelMap.ExampleDateField1Title}"
- tooltip="${uiLabelMap.ExampleToDo}" tooltip-style="button-text">
+ title="${uiLabelMap.ExampleDateField1Title}">
<date-time mask="Y"/>
</field> -->
<!-- ***************** -->
@@ -61,8 +60,7 @@ under the License.
<!-- *** field2 *** -->
<!-- ***************** -->
<field name="field2"
- title="${uiLabelMap.ExampleDateField2Title}"
- tooltip="${uiLabelMap.ExampleToDo}" tooltip-style="button-text">
+ title="${uiLabelMap.ExampleDateField2Title}">
<date-time type="date"/>
</field>
<!-- ***************** -->
@@ -86,8 +84,7 @@ under the License.
<!-- ***************** -->
<field name="field6"
entry-name="exampleDateField"
- title="${uiLabelMap.ExampleDateField6Title}"
- tooltip="${uiLabelMap.ExampleToDo}" tooltip-style="button-text">
+ title="${uiLabelMap.ExampleDateField6Title}">
<display type="date-time"/>
</field>
<!-- ***************** -->