You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/02/04 17:07:56 UTC

svn commit: r906538 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

Author: jleroux
Date: Thu Feb  4 16:07:55 2010
New Revision: 906538

URL: http://svn.apache.org/viewvc?rev=906538&view=rev
Log:
Temporary workaround to avoid a bug in FormWidgetExampleForms.xml (complete r906526)
In r906526 I let the tooltip I put while looking for a solution

Modified:
    ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

Modified: ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml?rev=906538&r1=906537&r2=906538&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml Thu Feb  4 16:07:55 2010
@@ -37,7 +37,7 @@
         <!-- ***   field9  *** -->
         <!-- ***************** -->
         <field name="field9"
-            title="${uiLabelMap.ExampleDateField9Title}" tooltip="${uiLabelMap.ExampleDateField9Tooltip}">
+            title="${uiLabelMap.ExampleDateField9Title}">
             <!--tooltip="${uiLabelMap.ExampleDateField9Tooltip}"-->
             <date-time default-value="${groovy:org.ofbiz.base.util.UtilDateTime.nowTimestamp()}"/>
         </field>