Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-11-18 21:54:45 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-21 13:30:02 +0300
commite87933bc3d30df6c424edcdc945d1bc012f982bf (patch)
tree1f3980da9c430de74fccfbe1eb6eaa11043d0ede /settings/templates
parent5acc3d3c5e8c78ee425dad1dfb3d8d057a6e7203 (diff)
Fix mail scope
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index f5050ab190e..b81b19d9060 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -91,10 +91,10 @@ if($_['displayNameChangeSupported']) {
<input type="email" name="email" id="email" value="<?php p($_['email']); ?>"
placeholder="<?php p($l->t('Your email address')); ?>"
autocomplete="on" autocapitalize="off" autocorrect="off" />
- <input type="hidden" id="emailscope" value="<?php p($_['emailScope']) ?>">
<br />
<em><?php p($l->t('For password recovery and notifications')); ?></em>
<span class="icon-checkmark hidden"/>
+ <input type="hidden" id="emailscope" value="<?php p($_['emailScope']) ?>">
</form>
</div>
<div class="personal-settings-setting-box">