Author: jacopoc
Date: Fri Sep 14 10:46:19 2007
New Revision: 575765

URL: http://svn.apache.org/viewvc?rev=575765&view=rev
Log:
Improved form's column headers.

Modified:
    ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml?rev=575765&r1=575764&r2=575765&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Fri Sep 14 
10:46:19 2007
@@ -968,10 +968,10 @@
             <entity-one entity-name="TelecomNumber" 
value-name="telecomNumber"/>
         </row-actions>
         <field name="workEffortId"><hidden/></field>
-        <field name="contactMechTypeId"><display-entity 
entity-name="ContactMechType"/></field>
-        <field name="contactMechId" use-when="telecomNumber != null"><display 
description="${telecomNumber.contryCode} ${telecomNumber.areaCode} 
${telecomNumber.contactNumber} ${telecomNumber.askForName}"/></field>
-        <field name="contactMechId" use-when="postalAddress != null"><display 
description="${postalAddress.address1} ${postalAddress.address2} 
${postalAddress.city} ${postalAddress.postalCode} ${postalAddress.countryGeoId} 
${postalAddress.stateProvinceGeoId}"/></field>
-        <field name="contactMechId" use-when="telecomNumber == null &amp;&amp; 
postalAddress == null"><display description="${infoString}aaa"/></field>
+        <field name="contactMechTypeId" 
title="${uiLabelMap.CommonType}"><display-entity 
entity-name="ContactMechType"/></field>
+        <field name="contactMechId" use-when="telecomNumber != null" 
title="${uiLabelMap.CommonDescription}"><display 
description="${telecomNumber.contryCode} ${telecomNumber.areaCode} 
${telecomNumber.contactNumber} ${telecomNumber.askForName}"/></field>
+        <field name="contactMechId" use-when="postalAddress != null" 
title="${uiLabelMap.CommonDescription}"><display 
description="${postalAddress.address1} ${postalAddress.address2} 
${postalAddress.city} ${postalAddress.postalCode} ${postalAddress.countryGeoId} 
${postalAddress.stateProvinceGeoId}"/></field>
+        <field name="contactMechId" use-when="telecomNumber == null &amp;&amp; 
postalAddress == null" title="${uiLabelMap.CommonDescription}"><display 
description="${infoString}aaa"/></field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" 
widget-style="buttontext">
             <hyperlink also-hidden="false" 
description="${uiLabelMap.CommonDelete}" 
target="deleteWorkEffortContactMech?workEffortId=${workEffortId}&amp;contactMechId=${contactMechId}"/>
         </field>


Reply via email to