[Erp5-report] r9034 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplate...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 3 17:17:13 CEST 2006


Author: vincent
Date: Thu Aug  3 17:17:09 2006
New Revision: 9034

URL: http://svn.erp5.org?rev=9034&view=rev
Log:
Fix save button not calling the method due to missing ":method" sufix.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml?rev=9034&r1=9033&r2=9034&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/view_main.xml Thu Aug  3 17:17:09 2006
@@ -93,7 +93,7 @@
             <tal:block tal:condition="editable_mode | python: 1">\n
               <button tal:condition="form_action"\n
                       type="submit" class="save" title="Save"\n
-                      tal:attributes="name form_action"\n
+                      tal:attributes="name python: \'%s:method\' % (form_action, )"\n
                       i18n:attributes="title" i18n:domain="ui">\n
                 <span class="image"></span>\n
                 <span class="description"\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=9034&r1=9033&r2=9034&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Thu Aug  3 17:17:09 2006
@@ -1,1 +1,1 @@
-67
+70




More information about the Erp5-report mailing list