summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_groupmanager.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_groupmanager.php')
-rw-r--r--src/usr/local/www/system_groupmanager.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/system_groupmanager.php b/src/usr/local/www/system_groupmanager.php
index 804acf5..7d0c312 100644
--- a/src/usr/local/www/system_groupmanager.php
+++ b/src/usr/local/www/system_groupmanager.php
@@ -246,7 +246,9 @@ function build_priv_table() {
$privhtml .= '<tr>';
$privhtml .= '<td>' . htmlspecialchars($priv['name']) . '</td>';
$privhtml .= '<td>' . htmlspecialchars($priv['descr']) . '</td>';
+ $privhtml .= '<td><a class="fa fa-trash" title="'.gettext('Delete Privilege').'" href="system_groupmanager.php?act=delpriv&amp;groupid='.$id.'&amp;privid='.$i.'"></a></td>';
$privhtml .= '</tr>';
+
}
$privhtml .= '</tbody>';
@@ -438,7 +440,7 @@ if ($pconfig['gid'] != 1998) // all users group
if ($_GET['act'] != "new")
{
- $section = new Form_Section('Assigned Privileges');
+ $section = new Form_Section('delpriv Privileges');
$section->addInput(new Form_StaticText(
null,
OpenPOWER on IntegriCloud