aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates/users/part.grouplist.php
diff options
context:
space:
mode:
authorClark Tomlinson <fallen013@gmail.com>2014-08-29 11:27:23 -0400
committerClark Tomlinson <fallen013@gmail.com>2014-09-05 11:23:59 -0400
commit6a56e03d482e723356b79e8d652922329daea1a4 (patch)
tree3ce513df15a9ec781b4d1ee6137f3fe851de122e /settings/templates/users/part.grouplist.php
parent033b0361edb206ac3c8303a0d8003fd6752d6f75 (diff)
downloadnextcloud-server-6a56e03d482e723356b79e8d652922329daea1a4.tar.gz
nextcloud-server-6a56e03d482e723356b79e8d652922329daea1a4.zip
Using countUsers method to return true count of users
Diffstat (limited to 'settings/templates/users/part.grouplist.php')
-rw-r--r--settings/templates/users/part.grouplist.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php
index 255f2a6cf45..5b516bc0e16 100644
--- a/settings/templates/users/part.grouplist.php
+++ b/settings/templates/users/part.grouplist.php
@@ -12,15 +12,15 @@
</form>
</li>
<!-- Everyone -->
- <li data-gid="_everyone" data-usercount="<?php p($_["usercount"]); ?>" class="isgroup">
+ <li id="everyonegroup" data-gid="_everyone" data-usercount="" class="isgroup">
<a href="#">
<span class="groupname">
<?php p($l->t('Everyone')); ?>
</span>
</a>
<span class="utils">
- <span class="usercount">
- <?php p($_["usercount"]); ?>
+ <span class="usercount" id="everyonecount">
+
</span>
</span>
</li>