summaryrefslogtreecommitdiffstats
path: root/settings/templates/users.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-17 11:01:47 +0200
committerkondou <kondou@ts.unde.re>2013-08-25 21:05:40 +0200
commit9c12da6a94578002aef016d7196a78acf2623eb7 (patch)
tree603c0a43ba7374eb8951272d879edc8df0774f55 /settings/templates/users.php
parentd7e6c77e208f561f994ce7b9f2274fb30b75049f (diff)
downloadnextcloud-server-9c12da6a94578002aef016d7196a78acf2623eb7.tar.gz
nextcloud-server-9c12da6a94578002aef016d7196a78acf2623eb7.zip
Several improvements
- Don't use gravatars default avatars - Use "profile image" instead of "avatar" - Use <p> instead of tables - Ease updateAvatar() - Actually return something in \OCP\Avatar
Diffstat (limited to 'settings/templates/users.php')
-rw-r--r--settings/templates/users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/users.php b/settings/templates/users.php
index 32840233d14..78bdbcd8c43 100644
--- a/settings/templates/users.php
+++ b/settings/templates/users.php
@@ -82,7 +82,7 @@ $_['subadmingroups'] = array_flip($items);
<thead>
<tr>
<?php if(\OC_Avatar::getMode() !== "none"): ?>
- <th id='headerAvatar'><?php p($l->t('Avatar')); ?></th>
+ <th id='headerAvatar'></th>
<?php endif; ?>
<th id='headerName'><?php p($l->t('Username'))?></th>
<th id="headerDisplayName"><?php p($l->t( 'Display Name' )); ?></th>