summaryrefslogtreecommitdiff
path: root/httemplate/browse/access_user.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/browse/access_user.html')
-rw-r--r--httemplate/browse/access_user.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/httemplate/browse/access_user.html b/httemplate/browse/access_user.html
index 397e64a5d..ec47f1aa7 100644
--- a/httemplate/browse/access_user.html
+++ b/httemplate/browse/access_user.html
@@ -1,11 +1,9 @@
<% include( 'elements/browse.html',
'title' => 'Internal Users',
- 'menubar' => [ #'Main menu' => $p,
- 'Internal access groups' => $p.'browse/access_group.html',
- ],
+ 'menubar' => [ 'Internal access groups' => $p.'browse/access_group.html', ],
'html_init' => $html_init,
- 'html_posttotal' => $posttotal,
'name' => 'internal users',
+ 'html_posttotal' => $posttotal,
'query' => { 'table' => 'access_user',
'hashref' => \%search,
'extra_sql' => 'ORDER BY last, first',