diff options
author | kondou <kondou@ts.unde.re> | 2013-08-17 11:01:47 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-25 21:05:40 +0200 |
commit | 9c12da6a94578002aef016d7196a78acf2623eb7 (patch) | |
tree | 603c0a43ba7374eb8951272d879edc8df0774f55 /settings/templates/users.php | |
parent | d7e6c77e208f561f994ce7b9f2274fb30b75049f (diff) | |
download | nextcloud-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.php | 2 |
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> |