diff options
author | jeff <jeff> | 2006-10-23 04:21:04 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-10-23 04:21:04 +0000 |
commit | 9811b8ce65909a293810ddbcd8c9b5ca963fba01 (patch) | |
tree | f6b76e94f276eaabbaf58b50a39493cb91d0c7ab /httemplate/misc/cancel_pkg.html | |
parent | 1043b612a287f6ccc6bbe32357483019d390f840 (diff) |
events should attach reasons
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 bfb0893e9..e61000618 100755 --- a/httemplate/misc/cancel_pkg.html +++ b/httemplate/misc/cancel_pkg.html @@ -42,12 +42,12 @@ %} % -<% include('/elements/tr-select-reason.html', 'reasonnum', $class) %> +<% include('/elements/tr-select-reason.html', 'reasonnum', $class, '', '', '', 'document.sc_popup.submit' ) %> </TABLE> <BR> -<INPUT TYPE="submit" VALUE="<% $submit %>"> +<INPUT TYPE="submit" NAME="submit" VALUE="<% $submit %>" disabled='true'> </FORM> </BODY> |