diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-05-13 15:31:11 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:53:59 +0200 |
commit | ec572607e136e5284991854db13b045632caafe6 (patch) | |
tree | be0974a3291ce9ada171846481b44d4bbac03780 /settings/templates | |
parent | 7b63c2c0362a54218841d548c2cafb5bc417a0db (diff) | |
download | nextcloud-server-ec572607e136e5284991854db13b045632caafe6.tar.gz nextcloud-server-ec572607e136e5284991854db13b045632caafe6.zip |
remove group rename stuff, there is not support in the backends yet. to do for oc8.
Diffstat (limited to 'settings/templates')
-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> |