Commit d7ebf115 authored by Vincent Pelletier's avatar Vincent Pelletier

Buttons should be outside of menu boxes, in case they get removed, hidden, or whatever.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9990 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b490fbb6
......@@ -106,15 +106,13 @@ IDEAS:\n
tal:attributes="enctype form/enctype | nothing;\n
action url;\n
method form/method | string:post">\n
<!-- Hidden button as explained in http://ppewww.ph.gla.ac.uk/~flavell/www/formquestion.html -->\n
<!-- We should probably call the default method instead -->\n
<input tal:condition="form_action | nothing"\n
id="hidden_button" type="submit" value="dummy"\n
tal:attributes="name python: \'%s:method\' % (form_action, )" />\n
<tal:block metal:use-macro="here/global_definitions/macros/http_definitions"/>\n
<div id="bars">\n
<!-- Hidden button as explained in http://ppewww.ph.gla.ac.uk/~flavell/www/formquestion.html -->\n
<!-- We should probably call the default method instead -->\n
<input tal:condition="form_action | nothing"\n
id="hidden_button" type="submit" value="dummy"\n
tal:attributes="name python: \'%s:method\' % (form_action, )" />\n
\n
<tal:block metal:use-macro="here/global_definitions/macros/http_definitions"/>\n
\n
<div id="main_bar">\n
<span class="first">\n
<span id="favourites">\n
......
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