diff options
author | kondou <kondou@ts.unde.re> | 2013-08-17 17:47:10 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-25 21:06:01 +0200 |
commit | cd2f7bdaef08ba922a6bbedfd9ec7384d3b68978 (patch) | |
tree | b38eb89f1e7aeb918ab82e8b552f557412f86cc8 /settings | |
parent | 9c12da6a94578002aef016d7196a78acf2623eb7 (diff) | |
download | nextcloud-server-cd2f7bdaef08ba922a6bbedfd9ec7384d3b68978.tar.gz nextcloud-server-cd2f7bdaef08ba922a6bbedfd9ec7384d3b68978.zip |
Deny access for non-users and add a (not-working) override button
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/personal.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index e047ff9dcc9..8d0667f9564 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -96,6 +96,7 @@ if($_['passwordChangeSupported']) { <div class="inlineblock button" id="removeavatar"><?php p($l->t('Remove my image')); ?></div> <?php elseif ($_['avatar'] === "gravatar"): ?> <em><?php p($l->t('Your profile image is provided by gravatar, which is based on your Email.')); ?></em> + <div class?"inlineblock button" id="overridegravatar"><?php p($l->t('Use my local avatar instead')); ?></div> <?php else: ?> <em><?php p($l->t('Your profile image is provided by a custom service, ask your administrator, on how to change your image.')); ?></em> <?php endif; ?> |