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. --- reports.cgi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'reports.cgi') diff --git a/reports.cgi b/reports.cgi index 836228f72..3c2a0df45 100755 --- a/reports.cgi +++ b/reports.cgi @@ -96,6 +96,7 @@ else print "$_ : " . ($::FORM{$_} ? $::FORM{$_} : "undef") . "
\n"; } + PutFooter(); exit; } @@ -104,10 +105,10 @@ else print < - - FIN +PutFooter(); + ################################## # user came in with no form data # ################################## @@ -308,6 +309,7 @@ FIN if ($bugs_count == 0) { print "No bugs found!\n"; + PutFooter(); exit; } @@ -524,6 +526,7 @@ $msg

FIN + PutFooter(); exit; } -- cgit v1.2.3-24-g4f1b