summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-10 11:04:52 -0400
committerjim-p <jimp@pfsense.org>2011-08-10 11:05:24 -0400
commit3861883b9a00911ecb171455087ef58d6222c29e (patch)
treea278ae2ce2cb99d81a04b326f25146d0b354b556
parent8fa9b3e7a587e5f951519117935b4088948338f1 (diff)
downloadpfsense-3861883b9a00911ecb171455087ef58d6222c29e.zip
pfsense-3861883b9a00911ecb171455087ef58d6222c29e.tar.gz
Make this box much bigger, it's hard to find things in the tiny window with a long list.
-rw-r--r--usr/local/www/system_usermanager_addprivs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager_addprivs.php b/usr/local/www/system_usermanager_addprivs.php
index 1a3ef2c..6716036 100644
--- a/usr/local/www/system_usermanager_addprivs.php
+++ b/usr/local/www/system_usermanager_addprivs.php
@@ -179,7 +179,7 @@ function update_description() {
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("System Privileges");?></td>
<td width="78%" class="vtable">
- <select name="sysprivs[]" id="sysprivs" class="formselect" onchange="update_description();" multiple>
+ <select name="sysprivs[]" id="sysprivs" class="formselect" onchange="update_description();" multiple size="20">
<?php
foreach($priv_list as $pname => $pdata):
if (in_array($pname, $a_user['priv']))
OpenPOWER on IntegriCloud