summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/part_svc_column.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-04-14 08:38:54 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-04-14 08:38:54 -0500
commitd65927fb45aa1c47d7f593db0142d14799b0fabf (patch)
tree2d0d6a37b90fbafe9f9b8f439edeba889a69e594 /httemplate/edit/elements/part_svc_column.html
parent55daa3803103f841d0fb2b559040115908724da8 (diff)
RT#41671 Fix double click prevention for all legacy buttons [renamed all from submit to submitButton]
Diffstat (limited to 'httemplate/edit/elements/part_svc_column.html')
-rw-r--r--httemplate/edit/elements/part_svc_column.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/part_svc_column.html b/httemplate/edit/elements/part_svc_column.html
index bc679e577..1944e5f6f 100644
--- a/httemplate/edit/elements/part_svc_column.html
+++ b/httemplate/edit/elements/part_svc_column.html
@@ -273,7 +273,7 @@ my %communigate_fields = (
&>
% $svcpart = '' if $opt{clone};
<BR>
-<INPUT NAME="submit"
+<INPUT NAME="submitButton"
TYPE="button"
VALUE="<% emt($svcpart ? 'Apply changes' : 'Add service') %>"
onclick="fixup_submit('<%$svcdb%>')"