summaryrefslogtreecommitdiffstats
path: root/settings/templates/personal.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-19 12:15:48 +0200
committerkondou <kondou@ts.unde.re>2013-08-25 21:06:02 +0200
commit81cadd5ea37f1db30cdd085dc58a27ef8a9ee5c2 (patch)
tree0b969f6246bd80f989cea6d903e08e6ff9260fe8 /settings/templates/personal.php
parent960262bbb469f8418ac590c5e4d789568d7c9a7e (diff)
downloadnextcloud-server-81cadd5ea37f1db30cdd085dc58a27ef8a9ee5c2.tar.gz
nextcloud-server-81cadd5ea37f1db30cdd085dc58a27ef8a9ee5c2.zip
Remove gravatar and no-avatar functionality, prepare for default avatars even more and reword some stuff
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r--settings/templates/personal.php19
1 files changed, 5 insertions, 14 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 7832c79894b..7cd5361a924 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -83,26 +83,17 @@ if($_['passwordChangeSupported']) {
}
?>
-<?php if ($_['avatar'] !== "none"): ?>
<form id="avatar" method="post" action="<?php p(\OC_Helper::linkTo('', 'avatar.php')); ?>">
<fieldset class="personalblock">
<legend><strong><?php p($l->t('Profile Image')); ?></strong></legend>
<img src="<?php print_unescaped(link_to('', 'avatar.php').'?user='.OC_User::getUser().'&size=128'); ?>"><br>
- <?php if ($_['avatar'] === "local"): ?>
- <em><?php p($l->t('Your profile image has to be a square and either a PNG or JPG image')); ?></em><br>
- <div class="inlineblock button" id="uploadavatarbutton"><?php p($l->t('Upload a new image')); ?></div>
- <input type="file" class="hidden" name="files[]" id="uploadavatar">
- <div class="inlineblock button" id="selectavatar"><?php p($l->t('Select a new image from your files')); ?></div>
- <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; ?>
+ <em><?php p($l->t('Has to be square and either PNG or JPG')); ?></em><br>
+ <div class="inlineblock button" id="uploadavatarbutton"><?php p($l->t('Upload new')); ?></div>
+ <input type="file" class="hidden" name="files[]" id="uploadavatar">
+ <div class="inlineblock button" id="selectavatar"><?php p($l->t('Select new from files')); ?></div>
+ <div class="inlineblock button" id="removeavatar"><?php p($l->t('Remove image')); ?></div>
</fieldset>
</form>
-<?php endif; ?>
<form>
<fieldset class="personalblock">