diff options
author | terry%mozilla.org <> | 2000-01-15 06:35:24 +0000 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-15 06:35:24 +0000 |
commit | 5eee338175a2f2bf78290ad4154639a2972077ee (patch) | |
tree | 2b407e5c7fb1bdd8fe26820c9e5e81775b784b0f /createattachment.cgi | |
parent | Remove unused files. (diff) | |
download | bugzilla-5eee338175a2f2bf78290ad4154639a2972077ee.tar.gz bugzilla-5eee338175a2f2bf78290ad4154639a2972077ee.tar.bz2 bugzilla-5eee338175a2f2bf78290ad4154639a2972077ee.zip |
Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
me. Added a footer to every page. Add some options to do things like
display checkboxes instead of scrolling lists, and a new formatting
for email diffs, and show list items capitalized instead of all upper
case.
Diffstat (limited to 'createattachment.cgi')
-rwxr-xr-x | createattachment.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/createattachment.cgi b/createattachment.cgi index ba4ba25e8..1eaf9b1ea 100755 --- a/createattachment.cgi +++ b/createattachment.cgi @@ -31,6 +31,7 @@ use vars %::COOKIE, %::FILENAME; sub Punt { my ($str) = (@_); print "$str<P>Please hit <b>Back</b> and try again.\n"; + PutFooter(); exit; } @@ -108,5 +109,5 @@ What kind of file is this? print "<TD><A HREF=\"show_bug.cgi?id=$id\">Go Back to BUG# $id</A></TABLE>\n"; } -navigation_header(); +PutFooter(); |