summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>1999-06-29 09:24:40 +0200
committerendico%mozilla.org <>1999-06-29 09:24:40 +0200
commit74cfcf36f8fde6b0dd202565be4f827638de60e0 (patch)
treed148c4b7d62e6efc2aa2341e626766e8d0845e55 /defparams.pl
parent3a875c933f2f4933b6c65a6000ad1c214da3bc19 (diff)
downloadbugzilla-74cfcf36f8fde6b0dd202565be4f827638de60e0.tar.gz
bugzilla-74cfcf36f8fde6b0dd202565be4f827638de60e0.tar.xz
Added "entryheaderhtml" parameter which lets you specify text to
add to beginning of bug entry form. also aligned text in the form to make it pretty. Uncomment the <!--</tr><tr>--> if people complain the 80 col description text box doesn't fit narrow screens.
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 2f4bef52e..5cba82295 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -302,6 +302,11 @@ DefParam("webdotbase",
"t",
"http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%");
+DefParam("entryheaderhtml",
+ "This is a special header for the bug entry page. The text will be printed after the page header, before the bug entry form. It is meant to be a place to put pointers to intructions on how to enter bugs.",
+ "l",
+ '');
+
DefParam("expectbigqueries",
"If this is on, then we will tell mysql to <tt>set option SQL_BIG_TABLES=1</tt> before doing queries on bugs. This will be a little slower, but one will not get the error <tt>The table ### is full</tt> for big queries that require a big temporary table.",
"b",