From 249e42c4cdf81c2d1c294a5535c055cdfee992b4 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 15 Apr 2014 00:13:23 +0200 Subject: enable group filtering --- settings/templates/users/part.grouplist.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'settings/templates/users') diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index 4b1958c1a67..0d5fef7775c 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -18,6 +18,9 @@ t('Everyone')); ?> + + + @@ -25,21 +28,21 @@
  • t('Admins')); ?> - 0) { p(count($adminGroup['useringroup'])); } ?> + 0) { p($adminGroup['useringroup']); } ?>
  • -
  • +
  • <?php p($l->t(" title="t("change group name"))?>" /> - 0) { p(count($group['useringroup'])); } ?> + 0) { p($group['useringroup']); } ?> -- cgit v1.2.3