Author: jleroux
Date: Wed Sep 9 21:12:12 2009
New Revision: 813120
URL:
http://svn.apache.org/viewvc?rev=813120&view=revLog:
Typo reported by Garfield Heron at
https://issues.apache.org/jira/browse/OFBIZ-2923 - OFBIZ-2923
Modified:
ofbiz/branches/release4.0/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml
Modified: ofbiz/branches/release4.0/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml?rev=813120&r1=813119&r2=813120&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml (original)
+++ ofbiz/branches/release4.0/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml Wed Sep 9 21:12:12 2009
@@ -260,7 +260,7 @@
<alt-target use-when="trackingCodeType==null" target="createTrackingCodeType"/>
<field use-when="trackingCodeType!=null" name="trackingCodeTypeId" title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}" tooltip="${uiLabelMap.CommonNotModifRecreat}" widget-style="tabletext"><display/></field>
- <field use-when="trackingCodeType==null&&trackingCodeTypeId==null" name="trackingCodeTypeId" title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}"><§text/></field>
+ <field use-when="trackingCodeType==null&&trackingCodeTypeId==null" name="trackingCodeTypeId" title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}"><text/></field>
<field use-when="trackingCodeType==null&&trackingCodeTypeId!=null" name="trackingCodeTypeId" title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}" tooltip="${uiLabelMap.CommonCannotBeFound}: [${trackingCodeTypeId}]" widget-style="tabletext"><display/></field>
<field name="description" widget-style="inputBox" title="${uiLabelMap.TrackingCodeTypeDescription}"><text/></field>