diff options
author | raghunayyar <me@iraghu.com> | 2014-02-22 02:40:47 +0530 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:53:53 +0200 |
commit | ceb6c4df04c15f3c16af6675b02e460b1ab4b473 (patch) | |
tree | 580268e85c5994f460f7727959fd13433ba43482 /settings/templates | |
parent | d51b384c0c52771225dbf3f0ab8d379e2ed9ca31 (diff) | |
download | nextcloud-server-ceb6c4df04c15f3c16af6675b02e460b1ab4b473.tar.gz nextcloud-server-ceb6c4df04c15f3c16af6675b02e460b1ab4b473.zip |
Enhancement: Makes Edit and Delete Icons Tapable, 44px by 44px dimensions.
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users/part.grouplist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users/part.grouplist.php b/settings/templates/users/part.grouplist.php index cf7338b5096..ce038c90107 100644 --- a/settings/templates/users/part.grouplist.php +++ b/settings/templates/users/part.grouplist.php @@ -28,7 +28,7 @@ <span class="utils"> <span class="usercount"><?php if(count($group['useringroup']) > 0) { p(count($group['useringroup'])); } ?></span> <img class="svg action rename" src="<?php p(image_path('core', 'actions/rename.svg'))?>" - alt="<?php p($l->t("change group name"))?>" title="<?php p($l->t("change group name"))?>" /> + original-title="<?php p($l->t('Edit'))?>" alt="<?php p($l->t("change group name"))?>" title="<?php p($l->t("change group name"))?>" /> <a href="#" class="action delete" original-title="<?php p($l->t('Delete'))?>"> <img src="<?php print_unescaped(image_path('core', 'actions/delete.svg')) ?>" class="svg" /> </a> |