mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make the size of the group privilege list the same size as the user privilege list.
This commit is contained in:
parent
2a2b247b75
commit
6cd9abff00
@ -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']))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user