]> source.dussan.org Git - nextcloud-server.git/commitdiff
user mgmt: hide group rename function because it’s not supported in the backend yet
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 9 May 2014 14:29:56 +0000 (16:29 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 2 Jun 2014 10:53:59 +0000 (12:53 +0200)
settings/templates/users/part.grouplist.php

index 71ec8f0c50226c2257129608de8fc8f1bf4f8ba3..466fe956cdc9cb4ee126b7f2a31d094e93ed5985 100644 (file)
                <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>