diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-04-14 08:38:54 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-04-14 08:38:54 -0500 |
commit | d65927fb45aa1c47d7f593db0142d14799b0fabf (patch) | |
tree | 2d0d6a37b90fbafe9f9b8f439edeba889a69e594 /httemplate/edit/cust_main_attach.cgi | |
parent | 55daa3803103f841d0fb2b559040115908724da8 (diff) |
RT#41671 Fix double click prevention for all legacy buttons [renamed all from submit to submitButton]
Diffstat (limited to 'httemplate/edit/cust_main_attach.cgi')
-rwxr-xr-x | httemplate/edit/cust_main_attach.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main_attach.cgi b/httemplate/edit/cust_main_attach.cgi index 0880c760a..ba40b307a 100755 --- a/httemplate/edit/cust_main_attach.cgi +++ b/httemplate/edit/cust_main_attach.cgi @@ -31,7 +31,7 @@ </TABLE> <BR> % if(! $disabled) { -<INPUT TYPE="submit" NAME="submit" +<INPUT TYPE="submit" NAME="submitButton" VALUE="<% $attachnum ? emt("Apply changes") : emt("Upload File") %>"> % } % if(defined $attach and $curuser->access_right('Delete attachment')) { |