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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 20 15:40:53 CET 2006


Author: jerome
Date: Wed Dec 20 15:40:50 2006
New Revision: 11776

URL: http://svn.erp5.org?rev=11776&view=rev
Log:
disabling the submit button is very annoying for reports (and maybe other cases ?)


Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.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/dialog_main.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml?rev=11776&r1=11775&r2=11776&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/dialog_main.xml Wed Dec 20 15:40:50 2006
@@ -103,6 +103,7 @@
                id="dialog_update_button" name="Base_showUpdateDialog:method" type="submit"\n
                onclick="this.onclick=function(event) { return false; };" />\n
         <input tal:attributes="value python: here.Base_translateString(here.Base_getFormViewDialogActionButtonTitle(form));\n
+                               onclick python: dialog_category == \'object_report\' and \'return 1\' or default;\n
                                name python: \'%s:method\' % (form_action, )"\n
                id="dialog_submit_button" type="submit"\n
                onclick="this.onclick=function(event) { return false; };" />\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=11776&r1=11775&r2=11776&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Wed Dec 20 15:40:50 2006
@@ -1,1 +1,1 @@
-308
+309




More information about the Erp5-report mailing list