Revision 7af38087
Added by Jim Pingle almost 8 years ago
src/usr/local/www/system_groupmanager.php | ||
---|---|---|
470 | 470 |
|
471 | 471 |
} |
472 | 472 |
|
473 |
if ($_POST['act'] != "new") {
|
|
473 |
if (isset($pconfig['gid'])) {
|
|
474 | 474 |
$section = new Form_Section('Assigned Privileges'); |
475 | 475 |
|
476 | 476 |
$section->addInput(new Form_StaticText( |
Also available in: Unified diff
Do not show group privilege controls unless the user is editing an existing group. Fixes #7865