[Erp5-report] r45209 lucas - in /erp5/trunk/bt5/erp5_configurator: SkinTemplateItem/portal_...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 8 00:23:23 CEST 2011


Author: lucas
Date: Fri Apr  8 00:23:22 2011
New Revision: 45209

URL: http://svn.erp5.org?rev=45209&view=rev
Log:
Keep compatibility with Zope < 2.12

Modified:
    erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml
    erp5/trunk/bt5/erp5_configurator/bt/revision

Modified: erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml?rev=45209&r1=45208&r2=45209&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/SkinTemplateItem/portal_skins/erp5_configurator_wizard/wizard_template_erp5_xhtml_style.xml [utf8] Fri Apr  8 00:23:22 2011
@@ -92,7 +92,7 @@ IDEAS:\n
         <body>\n
           <form id="main_form"\n
                 tal:attributes="enctype form/Form_getEnctype | enctype | nothing;\n
-                action python: \'Base_callDialogMethod\' if form.action == \'login\' else url;\n
+                action python: (form.action == \'login\' and \'Base_callDialogMethod\') or url;\n
                 method python:str(path(\'form/method | string:post\')).lower()">\n
             <fieldset id="hidden_fieldset">\n
               <!-- Hidden button as explained in http://ppewww.ph.gla.ac.uk/~flavell/www/formquestion.html -->\n

Modified: erp5/trunk/bt5/erp5_configurator/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_configurator/bt/revision?rev=45209&r1=45208&r2=45209&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_configurator/bt/revision [utf8] Fri Apr  8 00:23:22 2011
@@ -1 +1 @@
-514
\ No newline at end of file
+515
\ No newline at end of file



More information about the Erp5-report mailing list