summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/system_usermanager.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/system_usermanager.php b/src/usr/local/www/system_usermanager.php
index 3f3b58a..c8ef99a 100644
--- a/src/usr/local/www/system_usermanager.php
+++ b/src/usr/local/www/system_usermanager.php
@@ -493,6 +493,7 @@ if (!($act == "new" || $act == "edit" || $input_errors)) {
<th><?=gettext("Full name")?></th>
<th><?=gettext("Disabled")?></th>
<th><?=gettext("Groups")?></th>
+ <th>&nbsp;</th>
</tr>
</thead>
<tbody>
@@ -539,6 +540,7 @@ foreach ($a_user as $i => $userent):
<?=gettext("Delete")?>
</button>
</nav>
+</form>
<div id="infoblock">
<?=print_info_box(gettext("Additional users can be added here. User permissions for accessing " .
@@ -917,5 +919,5 @@ events.push(function() {
//]]>
</script>
<?php
-
include('foot.inc');
+?> \ No newline at end of file
OpenPOWER on IntegriCloud