diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-09-12 16:16:20 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-29 00:54:30 -0300 |
commit | 7be031ae6de807862d7d9e3632c79f8b80cf73c9 (patch) | |
tree | 9f03ddfbfc7a974a3bc80512131848b4c7f7b70b /settings/templates | |
parent | d91b4044fc040d4ddc541812c1afb6497873031a (diff) | |
download | nextcloud-server-7be031ae6de807862d7d9e3632c79f8b80cf73c9.tar.gz nextcloud-server-7be031ae6de807862d7d9e3632c79f8b80cf73c9.zip |
change group id to _disabledUsers
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users/part.grouplist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index 0b953c0298f..5dfd7836f6a 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -39,7 +39,7 @@ <!-- Disabled Users --> <?php $disabledUsersGroup = $_["disabledUsersGroup"] ?> - <li data-gid="disabledUsers" data-usercount="<?php if($disabledUsersGroup['usercount'] > 0) { p($disabledUsersGroup['usercount']); } ?>" class="isgroup"> + <li data-gid="_disabledUsers" data-usercount="<?php if($disabledUsersGroup['usercount'] > 0) { p($disabledUsersGroup['usercount']); } ?>" class="isgroup"> <a href="#"><span class="groupname"><?php p($l->t('Disabled')); ?></span></a> <span class="utils"> <span class="usercount"><?php if($disabledUsersGroup['usercount'] > 0) { p($disabledUsersGroup['usercount']); } ?></span> |