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 2009/09/09 23:12:13 UTC

svn commit: r813120 - /ofbiz/branches/release4.0/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml

Author: jleroux
Date: Wed Sep  9 21:12:12 2009
New Revision: 813120

URL: http://svn.apache.org/viewvc?rev=813120&view=rev
Log:
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&amp;&amp;trackingCodeTypeId==null" name="trackingCodeTypeId" title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}"><§text/></field>
+        <field use-when="trackingCodeType==null&amp;&amp;trackingCodeTypeId==null" name="trackingCodeTypeId" title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}"><text/></field>
         <field use-when="trackingCodeType==null&amp;&amp;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>