diff options
Diffstat (limited to 'settings/templates/users/part.grouplist.php')
-rw-r--r-- | settings/templates/users/part.grouplist.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index 466fe956cdc..2a55f8d7b92 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -38,11 +38,6 @@ <li data-gid="<?php p($group['name']) ?>" data-usercount="<?php p($group['usercount']) ?>" class="isgroup"> <a href="#" class="dorename"> <span class="groupname"><?php p($group['name']); ?></span> - <!-- TODO: backend does not support renaming groups yet - <img class="svg action rename" - src="<?php p(image_path('core', 'actions/rename.svg'))?>" - original-title="<?php p($l->t('Edit'))?>" alt="" /> - --> </a> <span class="utils"> <span class="usercount"><?php if($group['usercount'] > 0) { p($group['usercount']); } ?></span> @@ -52,4 +47,4 @@ </span> </li> <?php endforeach; ?> -</ul>
\ No newline at end of file +</ul> |