svn commit: r631126 - /ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r631126 - /ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml

jleroux@apache.org
Author: jleroux
Date: Tue Feb 26 00:35:12 2008
New Revision: 631126

URL: http://svn.apache.org/viewvc?rev=631126&view=rev
Log:
A patch from Sumit Pandit "Should display Tracking Code TypeId insted of TrackingCodeId" (https://issues.apache.org/jira/browse/OFBIZ-1683) - OFBIZ-1683

Modified:
    ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml

Modified: ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml?rev=631126&r1=631125&r2=631126&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml (original)
+++ ofbiz/trunk/applications/marketing/webapp/marketing/trackingcode/TrackingCodeForms.xml Tue Feb 26 00:35:12 2008
@@ -274,8 +274,8 @@
         <alt-target use-when="trackingCodeType==null" target="createTrackingCodeType"/>
         
         <field use-when="trackingCodeType!=null" name="trackingCodeTypeId" title="${uiLabelMap.TrackingCodeTrackingCodeTypeId}" tooltip="${uiLabelMap.CommonNotModifRecreat}"><display/></field>
-        <field use-when="trackingCodeType==null&amp;&amp;trackingCodeTypeId==null" name="trackingCodeTypeId" title="${uiLabelMap.TrackingCodeTrackingCodeId}"><text/></field>
-        <field use-when="trackingCodeType==null&amp;&amp;trackingCodeTypeId!=null" name="trackingCodeTypeId" title="${uiLabelMap.TrackingCodeTrackingCodeId}" tooltip="${uiLabelMap.CommonCannotBeFound}: [${trackingCodeTypeId}]"><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}" tooltip="${uiLabelMap.CommonCannotBeFound}: [${trackingCodeTypeId}]"><display/></field>
 
         <field name="description" title="${uiLabelMap.TrackingCodeTypeDescription}"><text/></field>
         <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="buttontext"><submit button-type="text-link"/></field>
@@ -316,4 +316,4 @@
         </field>
         <field name="description" title="${uiLabelMap.TrackingCodeTypeDescription}"><display/></field>
     </form>
-</forms>
\ No newline at end of file
+</forms>