[Erp5-report] r9990 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 15 13:49:05 CEST 2006


Author: vincent
Date: Fri Sep 15 13:49:03 2006
New Revision: 9990

URL: http://svn.erp5.org?rev=9990&view=rev
Log:
Buttons should be outside of menu boxes, in case they get removed, hidden, or whatever.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml?rev=9990&r1=9989&r2=9990&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.xml Fri Sep 15 13:49:03 2006
@@ -106,15 +106,13 @@
           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




More information about the Erp5-report mailing list