Commit 5fc9a9ce authored by Lucas Carvalho's avatar Lucas Carvalho

Keep compatibility with Zope < 2.12

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45209 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43620f55
......@@ -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
......
514
\ No newline at end of file
515
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment