Author: apatel
Date: Tue Jun 2 12:20:35 2009
New Revision: 781015
URL:
http://svn.apache.org/viewvc?rev=781015&view=revLog:
Add tooltip to desc field for maximum chars allowed.
Modified:
ofbiz/trunk/framework/common/config/CommonUiLabels.xml
ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml
Modified: ofbiz/trunk/framework/common/config/CommonUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/CommonUiLabels.xml?rev=781015&r1=781014&r2=781015&view=diff==============================================================================
--- ofbiz/trunk/framework/common/config/CommonUiLabels.xml (original)
+++ ofbiz/trunk/framework/common/config/CommonUiLabels.xml Tue Jun 2 12:20:35 2009
@@ -3650,6 +3650,9 @@
<value xml:lang="fr">Mesures</value>
<value xml:lang="it">Misure</value>
</property>
+ <property key="CommonMax250Chars">
+ <value xml:lang="en">250 Chars Maximum</value>
+ </property>
<property key="CommonMedium">
<value xml:lang="ar">ÙسÙØ·</value>
<value xml:lang="de">Mittel</value>
Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml?rev=781015&r1=781014&r2=781015&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TaskForms.xml Tue Jun 2 12:20:35 2009
@@ -95,7 +95,7 @@
<option key="9" description="${uiLabelMap.WorkEffortPriorityNine}"/>
</drop-down>
</field>
- <field name="description" title="${uiLabelMap.CommonDescription}"><textarea/></field>
+ <field name="description" title="${uiLabelMap.CommonDescription}" tooltip="${uiLabelMap.CommonMax250Chars}"><textarea/></field>
<field name="scopeEnumId" title="${uiLabelMap.ProjectMgrWorkEffortScopeEnumId}">
<drop-down allow-empty="false">
<entity-options entity-name="Enumeration" description="${description}" key-field-name="enumId">