From 17e640af22d07c5ecede6ae1b6d1a89509e104a9 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon <blizzz@owncloud.com> Date: Tue, 25 Feb 2014 10:21:10 +0100 Subject: [PATCH] set admin gid to Admins filter. I.e. hard-coding the admin group, but this is OC reality atm - other admin groups are not possible. --- settings/templates/users/part.grouplist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index 7833bb69a1..51351733d0 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -17,7 +17,7 @@ <!-- The Admin Group --> <?php foreach($_["adminGroup"] as $adminGroup): ?> - <li> + <li data-gid="admin"> <a href="#"><?php p($l->t('Admins')); ?></a> <span class="utils"> <span class="usercount"><?php if(count($adminGroup['useringroup']) > 0) { p(count($adminGroup['useringroup'])); } ?></span> -- GitLab