summaryrefslogtreecommitdiff
path: root/httemplate/edit/reg_code.cgi
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-04-20 15:06:27 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-04-20 15:06:27 -0500
commitc8758c049e81f88d086a42c92a56a91815dbbb26 (patch)
tree35ea9127646a32329b5ce13190908729b80f0c3a /httemplate/edit/reg_code.cgi
parentc9f53f211971dc68e3f67cd94df6138a88436bc4 (diff)
Revert "RT#41671 Fix double click prevention for all legacy buttons [worked previously, renamed button, still work]"
This reverts commit 55daa3803103f841d0fb2b559040115908724da8.
Diffstat (limited to 'httemplate/edit/reg_code.cgi')
-rw-r--r--httemplate/edit/reg_code.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/reg_code.cgi b/httemplate/edit/reg_code.cgi
index e8e08cd5c..76790ab02 100644
--- a/httemplate/edit/reg_code.cgi
+++ b/httemplate/edit/reg_code.cgi
@@ -2,7 +2,7 @@
<% include('/elements/error.html') %>
-<FORM ACTION="<%popurl(1)%>process/reg_code.cgi" METHOD="POST" NAME="OneTrueForm" onSubmit="document.OneTrueForm.submitButton.disabled=true">
+<FORM ACTION="<%popurl(1)%>process/reg_code.cgi" METHOD="POST" NAME="OneTrueForm" onSubmit="document.OneTrueForm.submit.disabled=true">
<INPUT TYPE="hidden" NAME="agentnum" VALUE="<% $agent->agentnum %>">
Generate
@@ -25,7 +25,7 @@ registration codes for <B><% $agent->agent %></B> allowing the following package
<BR>
-<INPUT TYPE="submit" NAME="submitButton" VALUE="Generate">
+<INPUT TYPE="submit" NAME="submit" VALUE="Generate">
</FORM>