summaryrefslogtreecommitdiffstats
path: root/settings/templates/users.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-02-04 18:30:49 +0100
committerThomas Tanghus <thomas@tanghus.net>2013-02-04 18:30:49 +0100
commitb06ac67e07512fbf1b12e586bc73d7569aec9e24 (patch)
treea27893340e757803ea5117b2c6a48c2be9128889 /settings/templates/users.php
parent46e10407f7aef7850e56da51fc81311c6b77acaa (diff)
downloadnextcloud-server-b06ac67e07512fbf1b12e586bc73d7569aec9e24.tar.gz
nextcloud-server-b06ac67e07512fbf1b12e586bc73d7569aec9e24.zip
Add 'hascontrols' class for content with fixed topbar.
Diffstat (limited to 'settings/templates/users.php')
-rw-r--r--settings/templates/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index 4d7c29678ce..b3cab526947 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -73,7 +73,7 @@ $_['subadmingroups'] = array_flip($items);
</div>
</div>
-<table data-groups="<?php echo implode(', ', $allGroups);?>">
+<table class="hascontrols" data-groups="<?php echo implode(', ', $allGroups);?>">
<thead>
<tr>
<th id='headerName'><?php echo $l->t('Login Name')?></th>