[Erp5-report] r15594 - /erp5/trunk/products/ERP5SyncML/dtml/manageSubscriptions.dtml

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 10 13:13:41 CEST 2007


Author: nicolas
Date: Fri Aug 10 13:13:40 2007
New Revision: 15594

URL: http://svn.erp5.org?rev=15594&view=rev
Log:
get xml_mapping value from himself instead of using getter

Modified:
    erp5/trunk/products/ERP5SyncML/dtml/manageSubscriptions.dtml

Modified: erp5/trunk/products/ERP5SyncML/dtml/manageSubscriptions.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/dtml/manageSubscriptions.dtml?rev=15594&r1=15593&r2=15594&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/dtml/manageSubscriptions.dtml (original)
+++ erp5/trunk/products/ERP5SyncML/dtml/manageSubscriptions.dtml Fri Aug 10 13:13:40 2007
@@ -142,7 +142,7 @@
         </label></div>
         </td>
         <td align="left" valign="top">
-        <input type="text" name="xml_mapping" value="<dtml-var getXMLMapping>" size="40" />
+        <input type="text" name="xml_mapping" value="<dtml-var xml_mapping>" size="40" />
         </td>
       </tr>
       <tr>




More information about the Erp5-report mailing list