diff options
author | ivan <ivan> | 2008-04-01 06:34:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-01 06:34:33 +0000 |
commit | af5133610865324e88e2005e0e5f13700664d743 (patch) | |
tree | a9d59a64c822a0920d841fe9483a271164b7dc18 /httemplate/misc/cancel_pkg.html | |
parent | 206bfddc16194518d3a54f3fc26cc53ec089ed3f (diff) |
popup iframes don't have predictable names anymore, so locate submit buttons by id instead
Diffstat (limited to 'httemplate/misc/cancel_pkg.html')
-rwxr-xr-x | httemplate/misc/cancel_pkg.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/cancel_pkg.html b/httemplate/misc/cancel_pkg.html index e41662793..7a4690b21 100755 --- a/httemplate/misc/cancel_pkg.html +++ b/httemplate/misc/cancel_pkg.html @@ -39,12 +39,12 @@ %} % -<% include('/elements/tr-select-reason.html', 'reasonnum', $class, $reasonnum, '', '', 'document.sc_popup.submit' ) %> +<% include('/elements/tr-select-reason.html', 'reasonnum', $class, $reasonnum, '', '', "document.getElementById('confirm_cancel_pkg_button')" ) %> </TABLE> <BR> -<INPUT TYPE="submit" NAME="submit" VALUE="<% $submit %>" disabled='true'> +<INPUT TYPE="submit" NAME="submit" VALUE="<% $submit %>" ID="confirm_cancel_pkg_button" VALUE="<% $submit %>" DISABLED> </FORM> </BODY> |