summaryrefslogtreecommitdiff
path: root/site_perl/CGI.pm
diff options
context:
space:
mode:
authorivan <ivan>1998-11-07 10:24:25 +0000
committerivan <ivan>1998-11-07 10:24:25 +0000
commit4c9347994ca4e1aefdb622d9f51ac8687e6a177b (patch)
treee3acf2eb149143c9f469a205936dc603015a2488 /site_perl/CGI.pm
parent0ac8d86e9f241bbca5c87826e56756157b7a432b (diff)
don't use depriciated FS::Bill and FS::Invoice, other miscellania
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 d2ed52122..b72a09a6b 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;