summaryrefslogtreecommitdiffstats
path: root/usr
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:04:52 -0400
commit675b5fa637ae3a803f958519d3890a532422a10a (patch)
tree27b68617ea5fd9b747bc7c00cb8a18958b3e3b3a /usr
parentb1e10d63ca4d8fa04e9a3346632f425e350641d3 (diff)
downloadpfsense-675b5fa637ae3a803f958519d3890a532422a10a.zip
pfsense-675b5fa637ae3a803f958519d3890a532422a10a.tar.gz
Make this box much bigger, it's hard to find things in the tiny window with a long list.
Diffstat (limited to 'usr')
-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