summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-03-08 07:31:52 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-03-08 07:31:52 -0500
commitbf2602a9761c4b296ffa473cb673e4238a688f7b (patch)
tree25ea4f104e216d4586995d456133390219c80247 /src
parent040cb6ef03859d95913d324e31f0527af98eed5f (diff)
parent70da45c9ef518fc12a2018458627ae960ac6b524 (diff)
downloadpfsense-bf2602a9761c4b296ffa473cb673e4238a688f7b.zip
pfsense-bf2602a9761c4b296ffa473cb673e4238a688f7b.tar.gz
Merge pull request #2717 from NOYB/System_/_User_Manager_/_Groups_/_Edit
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_groupmanager.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/local/www/system_groupmanager.php b/src/usr/local/www/system_groupmanager.php
index 4906861..e065e9c 100644
--- a/src/usr/local/www/system_groupmanager.php
+++ b/src/usr/local/www/system_groupmanager.php
@@ -246,8 +246,11 @@ function build_priv_table() {
$privhtml = '<div class="table-responsive">';
$privhtml .= '<table class="table table-striped table-hover table-condensed">';
$privhtml .= '<thead>';
- $privhtml .= '<th>' . gettext('Name') . '</th>';
- $privhtml .= '<th>' . gettext('Description') . '</th>';
+ $privhtml .= '<tr>';
+ $privhtml .= '<th>' . gettext('Name') . '</th>';
+ $privhtml .= '<th>' . gettext('Description') . '</th>';
+ $privhtml .= '<th>' . gettext('Action') . '</th>';
+ $privhtml .= '</tr>';
$privhtml .= '</thead>';
$privhtml .= '<tbody>';
OpenPOWER on IntegriCloud