summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-12-08 07:46:28 +0100
committergerv%gerv.net <>2003-12-08 07:46:28 +0100
commit65610dbfae8d9effe4bf4861d16708798cdf1c90 (patch)
tree77bcfe30521b70fc40b0c400036ca97fa0867ea0 /template/en/default/global/header.html.tmpl
parent1b50564b270e8986078f1851c1a85ca31609af06 (diff)
downloadbugzilla-65610dbfae8d9effe4bf4861d16708798cdf1c90.tar.gz
bugzilla-65610dbfae8d9effe4bf4861d16708798cdf1c90.tar.xz
Bug 223078 - Provide classes to allow user to style bugs depending on bug number, component or status. Patch by gerv; r=kiko, a=justdave.
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-rw-r--r--template/en/default/global/header.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 4d9de8684..e5430ccbc 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -27,6 +27,7 @@
# h2: string. Page subheader.
# h3: string. Right-aligned subheader.
# bgcolor: string. the page's background color ("#rrggbb").
+ # bodyattrs: any extra attributes for the <body> tag
# onload: string. JavaScript code to run when the page finishes loading.
# javascript: string. Javascript to go in the header.
# style: string. CSS style.
@@ -43,6 +44,7 @@
h3 = ""
bgcolor = "#ffffff"
onload = ""
+ bodyattrs = ""
%]
[%# We should be able to set the default value of the h1 variable
@@ -89,7 +91,7 @@
# but set the bgcolor and onload attributes in the DEFAULT directive above.
#%]
- <body bgcolor="[% bgcolor %]" onload="[% onload %]">
+ <body bgcolor="[% bgcolor %]" onload="[% onload %]" [% bodyattrs %]>
[%# Migration note: the following file corresponds to the old Param
# 'bannerhtml'