Author: jacopoc
Date: Wed Oct 3 06:14:25 2007
New Revision: 581590
URL: http://svn.apache.org/viewvc?rev=581590&view=rev
Log:
Removed junk I accidentally committed a few days ago.
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=581590&r1=581589&r2=581590&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortForms.xml Wed Oct 3
06:14:25 2007
@@ -985,7 +985,7 @@
<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 &&
postalAddress == null" title="${uiLabelMap.CommonDescription}"><display
description="${infoString}aaa"/></field>
+ <field name="contactMechId" use-when="telecomNumber == null &&
postalAddress == null" title="${uiLabelMap.CommonDescription}"><display
description="${infoString}"/></field>
<field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}"
widget-style="buttontext">
<hyperlink also-hidden="false"
description="${uiLabelMap.CommonDelete}"
target="deleteWorkEffortContactMech?workEffortId=${workEffortId}&contactMechId=${contactMechId}"/>
</field>