summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authordave%intrec.com <>2000-09-16 23:08:37 +0200
committerdave%intrec.com <>2000-09-16 23:08:37 +0200
commit3faeb367cba6337d86f31eba2783ced6700734a6 (patch)
treea80e51a09fdb983d80caf0c47c938894355f93c3 /defparams.pl
parentc5d3b08e6fa816cd5d7d11e41ed26cb88d8a1d68 (diff)
downloadbugzilla-3faeb367cba6337d86f31eba2783ced6700734a6.tar.gz
bugzilla-3faeb367cba6337d86f31eba2783ced6700734a6.tar.xz
Fix for bug 51270: param for bodyhtml to allow sites to customize
background colors/image and link colors.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl
index 3a767f84f..7407b65c2 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -238,6 +238,11 @@ DefParam("headerhtml",
"l",
'');
+DefParam("bodyhtml",
+ "Additional parameters to add to the BODY tag at the beginning of documents, eg. background image/colors, link colors, etc",
+ "l",
+ 'BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000"');
+
DefParam("footerhtml",
"HTML to add to the bottom of every page. By default it displays the blurbhtml, and %commandmenu%, a menu of useful commands. You probably really want either headerhtml or footerhtml to include %commandmenu%.",
"l",