summaryrefslogtreecommitdiffstats
path: root/defparams.tcl
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-01 13:33:37 +0200
committerterry%netscape.com <>1998-09-01 13:33:37 +0200
commit548d8d045b4cfdfa54f207e05cf351d6f09f0e66 (patch)
treeaee57fc20889ab008ba9a39cfca603c41b36d57a /defparams.tcl
parent025b09350142ffb76fe9a35597cdad6404dff7f7 (diff)
downloadbugzilla-548d8d045b4cfdfa54f207e05cf351d6f09f0e66.tar.gz
bugzilla-548d8d045b4cfdfa54f207e05cf351d6f09f0e66.tar.xz
Added parameters to specify the HTML that goes at the top of every
page. The banner.html and blurb.html files are now obsolete!
Diffstat (limited to 'defparams.tcl')
-rw-r--r--defparams.tcl11
1 files changed, 11 insertions, 0 deletions
diff --git a/defparams.tcl b/defparams.tcl
index 07046bc82..a008dc07f 100644
--- a/defparams.tcl
+++ b/defparams.tcl
@@ -90,6 +90,17 @@ proc check_urlbase {url} {
return ""
}
+DefParam bannerhtml {The html that gets emitted at the head of every Bugzilla page.} l {<TABLE BGCOLOR="#000000" WIDTH="100%" BORDER=0 CELLPADDING=0 CELLSPACING=0>
+<TR><TD><A HREF="http://www.mozilla.org/"><IMG
+ SRC="http://www.mozilla.org/images/mozilla-banner.gif" ALT=""
+ BORDER=0 WIDTH=600 HEIGHT=58></A></TD></TR></TABLE>}
+
+DefParam blurbhtml {A blurb that appears as part of the header of every Bugzilla page. This is a place to put brief warnings, pointers to one or two related pages, etc.} l { This is <B>Bugzilla</B>: the Mozilla bug system. For more
+ information about what Bugzilla is and what it can do, see
+ <A HREF="http://www.mozilla.org/">mozilla.org</A>'s
+ <A HREF="http://www.mozilla.org/bugs/"><B>bug pages</B></A>.
+}
+
DefParam whinedays {The number of days that we'll let a bug sit untouched in a NEW state before our cronjob will whine at the owner.} t 7 check_numeric