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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 29 15:32:21 CEST 2007


Author: jerome
Date: Thu Mar 29 15:32:20 2007
New Revision: 13791

URL: http://svn.erp5.org?rev=13791&view=rev
Log:
revert javascript hack to disable the dialog button

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=13791&r1=13790&r2=13791&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 Thu Mar 29 15:32:20 2007
@@ -100,13 +100,11 @@
                onclick="this.onclick=function(event) { return false; };" />\n
         <input tal:condition="python: form.update_action!=\'\'"\n
                tal:attributes="value python: here.Base_translateString(\'Update\')"\n
-               id="dialog_update_button" name="Base_showUpdateDialog:method" type="submit"\n
-               onclick="this.onclick=function(event) { return false; };" />\n
+               id="dialog_update_button" name="Base_showUpdateDialog:method" type="submit" />\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
+               id="dialog_submit_button" type="submit" />\n
       </tal:block>\n
     </tal:block>\n
   </tal:block>\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=13791&r1=13790&r2=13791&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Thu Mar 29 15:32:20 2007
@@ -1,1 +1,1 @@
-357
+358




More information about the Erp5-report mailing list