From 29ef2f7a2ffec00b8ce7186f9670f572dce0f872 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Fri, 9 May 2014 16:29:56 +0200 Subject: [PATCH] =?UTF-8?q?user=20mgmt:=20hide=20group=20rename=20function?= =?UTF-8?q?=20because=20it=E2=80=99s=20not=20supported=20in=20the=20backen?= =?UTF-8?q?d=20yet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings/templates/users/part.grouplist.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index 71ec8f0c50..466fe956cd 100644 --- a/settings/templates/users/part.grouplist.php +++ b/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"> <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> -- GitLab