summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-03-08 07:28:41 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-03-08 07:28:41 -0500
commit8c19aeceb1dcc421c4af2b6f3f379e93dab2b769 (patch)
tree5c51ae3ad01532ef86bc4c3befeafe99f298b83f
parentd977046e718c459f9fd54ca20069036d68c00d84 (diff)
parentf460db9023412c26415fdf69b9d1a09b92a1325d (diff)
downloadpfsense-8c19aeceb1dcc421c4af2b6f3f379e93dab2b769.zip
pfsense-8c19aeceb1dcc421c4af2b6f3f379e93dab2b769.tar.gz
Merge pull request #2711 from NOYB/System_/_User_Manager_/_Users_/_Edit
-rw-r--r--src/usr/local/www/system_usermanager.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php
index 8808681..0563287 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 .= '<th>' . gettext('Inherited from') . '</th>';
$privhtml .= '<th>' . gettext('Name') . '</th>';
$privhtml .= '<th>' . gettext('Description') . '</th>';
+ $privhtml .= '<th>' . gettext('Action') . '</th>';
$privhtml .= '</tr>';
$privhtml .= '</thead>';
$privhtml .= '<tbody>';
@@ -396,7 +397,7 @@ function build_priv_table() {
$privhtml .= '<td>' . htmlspecialchars($priv['descr']) . '</td>';
$privhtml .= '<td>';
if (!$group) {
- $privhtml .= '<a class="fa fa-trash no-confirm icon-pointer" title="' . gettext('Delete Privilege') . '" id="delprivid' . $i . '"></a></td>';
+ $privhtml .= '<a class="fa fa-trash no-confirm icon-pointer" title="' . gettext('Delete Privilege') . '" id="delprivid' . $i . '"></a>';
}
$privhtml .= '</td>';
OpenPOWER on IntegriCloud