summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-07 14:59:09 -0800
committerNOYB <Al_Stu@Frontier.com>2016-03-07 14:59:09 -0800
commitf460db9023412c26415fdf69b9d1a09b92a1325d (patch)
treeca1d17131195c9ac4d47d340edf9d1e982a19efd /src
parent21749f7ab880ed478be77c3b2db2370c22a4e47c (diff)
downloadpfsense-f460db9023412c26415fdf69b9d1a09b92a1325d.zip
pfsense-f460db9023412c26415fdf69b9d1a09b92a1325d.tar.gz
System / User Manager / Users / Edit
Warning: A table row was 4 columns wide and exceeded the column count established by the first row (3). Error: Stray end tag td.
Diffstat (limited to 'src')
-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