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/misc/change_pkg_start.html | |
parent | 55daa3803103f841d0fb2b559040115908724da8 (diff) |
RT#41671 Fix double click prevention for all legacy buttons [renamed all from submit to submitButton]
Diffstat (limited to 'httemplate/misc/change_pkg_start.html')
-rwxr-xr-x | httemplate/misc/change_pkg_start.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/change_pkg_start.html b/httemplate/misc/change_pkg_start.html index 5a890c86e..25a3c24b9 100755 --- a/httemplate/misc/change_pkg_start.html +++ b/httemplate/misc/change_pkg_start.html @@ -47,7 +47,7 @@ &> </LI> </UL> -<INPUT TYPE="submit" NAME="submit" VALUE="<% emt('Set start date') %>"> +<INPUT TYPE="submit" NAME="submitButton" VALUE="<% emt('Set start date') %>"> </FORM> </BODY> |