Skip to content
Snippets Groups Projects
Commit 29ef2f7a authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by Arthur Schiwon
Browse files

user mgmt: hide group rename function because it’s not supported in the backend yet

parent fc7438b2
Branches
No related tags found
No related merge requests found
......@@ -38,8 +38,11 @@
<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>
<img class="svg action rename" src="<?php p(image_path('core', 'actions/rename.svg'))?>"
original-title="<?php p($l->t('Edit'))?>" alt="<?php p($l->t("change group name"))?>" title="<?php p($l->t("change group name"))?>" />
<!-- 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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment