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

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 11 years ago committed by Arthur Schiwon
parent fc7438b221
commit 29ef2f7a2f
  1. 7
      settings/templates/users/part.grouplist.php

@ -38,8 +38,11 @@
<li data-gid="<?php p($group['name']) ?>" data-usercount="<?php p($group['usercount']) ?>" class="isgroup"> <li data-gid="<?php p($group['name']) ?>" data-usercount="<?php p($group['usercount']) ?>" class="isgroup">
<a href="#" class="dorename"> <a href="#" class="dorename">
<span class="groupname"><?php p($group['name']); ?></span> <span class="groupname"><?php p($group['name']); ?></span>
<img class="svg action rename" src="<?php p(image_path('core', 'actions/rename.svg'))?>" <!-- TODO: backend does not support renaming groups yet
original-title="<?php p($l->t('Edit'))?>" alt="<?php p($l->t("change group name"))?>" title="<?php p($l->t("change group name"))?>" /> <img class="svg action rename"
src="<?php p(image_path('core', 'actions/rename.svg'))?>"
original-title="<?php p($l->t('Edit'))?>" alt="" />
-->
</a> </a>
<span class="utils"> <span class="utils">
<span class="usercount"><?php if($group['usercount'] > 0) { p($group['usercount']); } ?></span> <span class="usercount"><?php if($group['usercount'] > 0) { p($group['usercount']); } ?></span>

Loading…
Cancel
Save