diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php index 880868184b..0563287286 100644 --- a/src/usr/local/www/system_usermanager.php +++ b/src/usr/local/www/system_usermanager.php @@ -378,6 +378,7 @@ function build_priv_table() { $privhtml .= '' . gettext('Inherited from') . ''; $privhtml .= '' . gettext('Name') . ''; $privhtml .= '' . gettext('Description') . ''; + $privhtml .= '' . gettext('Action') . ''; $privhtml .= ''; $privhtml .= ''; $privhtml .= ''; @@ -396,7 +397,7 @@ function build_priv_table() { $privhtml .= '' . htmlspecialchars($priv['descr']) . ''; $privhtml .= ''; if (!$group) { - $privhtml .= ''; + $privhtml .= ''; } $privhtml .= '';