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. --- describecomponents.cgi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'describecomponents.cgi') diff --git a/describecomponents.cgi b/describecomponents.cgi index 4aa41aa3c..e1b646f51 100755 --- a/describecomponents.cgi +++ b/describecomponents.cgi @@ -49,6 +49,7 @@ Product: "; + PutFooter(); exit; } @@ -95,3 +96,5 @@ while (MoreSQLData()) { } print "
\n"; + +PutFooter(); -- cgit v1.2.3-24-g4f1b