summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/system_groupmanager_addprivs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_groupmanager_addprivs.php b/usr/local/www/system_groupmanager_addprivs.php
index 9aa6652..8ffbe0b 100644
--- a/usr/local/www/system_groupmanager_addprivs.php
+++ b/usr/local/www/system_groupmanager_addprivs.php
@@ -181,7 +181,7 @@ function update_description() {
<td width="78%" class="vtable">
<table>
<tr><td>
- <select name="sysprivs[]" id="sysprivs" class="formselect" onchange="update_description();" multiple>
+ <select name="sysprivs[]" id="sysprivs" class="formselect" onchange="update_description();" multiple size="35">
<?php
foreach($priv_list as $pname => $pdata):
if (in_array($pname, $a_group['priv']))
OpenPOWER on IntegriCloud