summaryrefslogtreecommitdiff
path: root/site_perl/CGI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'site_perl/CGI.pm')
-rw-r--r--site_perl/CGI.pm16
1 files changed, 10 insertions, 6 deletions
diff --git a/site_perl/CGI.pm b/site_perl/CGI.pm
index d2ed521..b72a09a 100644
--- a/site_perl/CGI.pm
+++ b/site_perl/CGI.pm
@@ -47,14 +47,13 @@ sub header {
$title
</TITLE>
</HEAD>
- <BODY>
- <CENTER>
- <H1>
+ <BODY BGCOLOR="#ffffff">
+ <FONT COLOR="#FF0000" SIZE=7>
$title
- </H1>
+ </FONT>
+ <BR><BR>
$menubar
- </CENTER>
- <HR>
+ <BR><BR>
END
}
@@ -136,6 +135,11 @@ lose the background, eidiot ivan@sisd.com 98-sep-2
pod ivan@sisd.com 98-sep-12
+$Log: CGI.pm,v $
+Revision 1.2 1998-11-07 10:24:23 ivan
+don't use depriciated FS::Bill and FS::Invoice, other miscellania
+
+
=cut
1;