[Erp5-report] r15413 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 1 13:24:33 CEST 2007


Author: jerome
Date: Wed Aug  1 13:24:32 2007
New Revision: 15413

URL: http://svn.erp5.org?rev=15413&view=rev
Log:
The fieldset for hidden buttons must be "display: None", otherwise an empty fieldset is displayed.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.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/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=15413&r1=15412&r2=15413&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Wed Aug  1 13:24:32 2007
@@ -497,6 +497,9 @@
   display: none;\n
 }\n
 \n
+/* The fields set for generated hidden fields */\n
+#hidden_fieldset { display: None }\n
+\n
 /* Main bar */\n
 \n
 #main_bar {\n

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=15413&r1=15412&r2=15413&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 Wed Aug  1 13:24:32 2007
@@ -127,13 +127,13 @@
           tal:attributes="enctype form/Form_getEnctype | nothing;\n
                           action url;\n
                           method python:str(path(\'form/method | string:post\')).lower()">\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
-      <fieldset>\n
-      <input tal:condition="form_action | nothing"\n
-             id="hidden_button" type="submit" value="dummy"\n
-             tal:attributes="name string:${form_action}:method" />\n
-      <tal:block metal:use-macro="global_definitions_macros/http_definitions"/>\n
+      <fieldset id="hidden_fieldset">\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 string:${form_action}:method" />\n
+        <tal:block metal:use-macro="global_definitions_macros/http_definitions"/>\n
       </fieldset>\n
       <tal:block metal:define-slot="layout">\n
       <div id="bars">\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=15413&r1=15412&r2=15413&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Wed Aug  1 13:24:32 2007
@@ -1,1 +1,1 @@
-403
+404




More information about the Erp5-report mailing list