diff options
Diffstat (limited to 'httemplate/misc/cancel_pkg.html')
-rwxr-xr-x | httemplate/misc/cancel_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cancel_pkg.html b/httemplate/misc/cancel_pkg.html index c80b2b278..bee206a13 100755 --- a/httemplate/misc/cancel_pkg.html +++ b/httemplate/misc/cancel_pkg.html @@ -91,7 +91,7 @@ </TABLE> <BR> -<INPUT TYPE="submit" NAME="submit" ID="confirm_cancel_pkg_button" +<INPUT TYPE="submit" NAME="submitButton" ID="confirm_cancel_pkg_button" VALUE="<% mt($submit) |h %>" <% $method !~ /^(resume|uncancel)$/ ? 'DISABLED' : '' %>> |