diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-02-18 14:34:08 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-06-02 12:52:53 +0200 |
commit | dc28f589517e05ef29c6c06145ab4944c0aa2994 (patch) | |
tree | 644b62800222885f96d7c854cab11ad869f52198 /settings/templates | |
parent | dc1523355b351cc0adf3e5893294cafe2651d8a0 (diff) | |
download | nextcloud-server-dc28f589517e05ef29c6c06145ab4944c0aa2994.tar.gz nextcloud-server-dc28f589517e05ef29c6c06145ab4944c0aa2994.zip |
add Storage Location col
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/users.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php index 7cb40ebbd27..8c624ff655c 100644 --- a/settings/templates/users.php +++ b/settings/templates/users.php @@ -138,6 +138,7 @@ $_['subadmingroups'] = array_flip($items); <th id="headerSubAdmins"><?php p($l->t('Group Admin')); ?></th> <?php endif;?> <th id="headerQuota"><?php p($l->t('Storage')); ?></th> + <th id="headerStorageLocation"><?php p($l->t('Storage Location')); ?></th> <th id="headerRemove"> </th> </tr> </thead> @@ -214,6 +215,7 @@ $_['subadmingroups'] = array_flip($items); </option> </select> </td> + <td class="storageLocation"><?php p($user["storageLocation"]); ?></td> <td class="remove"> <?php if($user['name']!=OC_User::getUser()):?> <a href="#" class="action delete" original-title="<?php p($l->t('Delete'))?>"> |