From 74cfcf36f8fde6b0dd202565be4f827638de60e0 Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" <> Date: Tue, 29 Jun 1999 07:24:40 +0000 Subject: 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 if people complain the 80 col description text box doesn't fit narrow screens. --- defparams.pl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'defparams.pl') 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 set option SQL_BIG_TABLES=1 before doing queries on bugs. This will be a little slower, but one will not get the error The table ### is full for big queries that require a big temporary table.", "b", -- cgit v1.2.3-24-g4f1b