diff options
author | raghunayyar <me@iraghu.com> | 2014-02-18 21:59:45 +0530 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:52:53 +0200 |
commit | 970f8997260606d805880192dbb389e8b196371a (patch) | |
tree | 1236007a12091d8f10203016b7914d8d00701e82 /settings/templates | |
parent | dc28f589517e05ef29c6c06145ab4944c0aa2994 (diff) | |
download | nextcloud-server-970f8997260606d805880192dbb389e8b196371a.tar.gz nextcloud-server-970f8997260606d805880192dbb389e8b196371a.zip |
Initial Commit : Changes Storage to Quota, Implements GroupName editing.
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php index 8c624ff655c..129f01282a5 100644 --- a/settings/templates/users.php +++ b/settings/templates/users.php @@ -45,6 +45,8 @@ $_['subadmingroups'] = array_flip($items); <a href="#"><?php p($group['name']); ?></a> <span class="utils"> <span class="usercount"><?php 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"))?>" /> <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> @@ -137,7 +139,7 @@ $_['subadmingroups'] = array_flip($items); <?php if(is_array($_['subadmins']) || $_['subadmins']): ?> <th id="headerSubAdmins"><?php p($l->t('Group Admin')); ?></th> <?php endif;?> - <th id="headerQuota"><?php p($l->t('Storage')); ?></th> + <th id="headerQuota"><?php p($l->t('Quota')); ?></th> <th id="headerStorageLocation"><?php p($l->t('Storage Location')); ?></th> <th id="headerRemove"> </th> </tr> |