Commit 8acdd618 authored by Jérome Perrin's avatar Jérome Perrin

revert javascript hack to disable the dialog button


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13791 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cf42543e
......@@ -100,13 +100,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
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
......
357
\ No newline at end of file
358
\ No newline at end of file
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