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.

remotes/origin/ldap_group_count
Arthur Schiwon 13 years ago
parent 506e065f23
commit 17e640af22
  1. 2
      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>

Loading…
Cancel
Save