From 5eee338175a2f2bf78290ad4154639a2972077ee Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 15 Jan 2000 06:35:24 +0000 Subject: Patch by Ramon Felciano , 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. --- createattachment.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'createattachment.cgi') 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

Please hit Back and try again.\n"; + PutFooter(); exit; } @@ -108,5 +109,5 @@ What kind of file is this? print "Go Back to BUG# $id\n"; } -navigation_header(); +PutFooter(); -- cgit v1.2.3-24-g4f1b