From f460db9023412c26415fdf69b9d1a09b92a1325d Mon Sep 17 00:00:00 2001 From: NOYB Date: Mon, 7 Mar 2016 14:59:09 -0800 Subject: 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. --- src/usr/local/www/system_usermanager.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usr/local/www/system_usermanager.php') 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 .= '' . 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 .= ''; -- cgit v1.1