From def7903801fcdbab2f227688375f38c5cb490f27 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Wed, 11 Aug 2004 12:08:10 +0000 Subject: Bug 251669: add an option to show users in a drop down menu instead of a text edit field patch by glob r=joel a=justdave --- defparams.pl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index 84d9d5aeb..86cc7f2d5 100644 --- a/defparams.pl +++ b/defparams.pl @@ -1123,6 +1123,15 @@ Reason: %reason% default => '0' }, + { + name => 'usemenuforusers', + desc => 'If this option is set, a popup menu will be used where a user' . + ' needs to be selected. This option should not be enabled on' . + ' sites where there are a large number of users.', + type => 'b', + default => '0' + }, + { name => 'usermatchmode', desc => 'Allow match strings to be entered for user names when entering ' . -- cgit v1.2.3-24-g4f1b