aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2014-08-22 16:48:21 +0200
committerChristopher Schäpers <christopher@schaepers.it>2015-02-11 14:27:05 +0100
commit95cfe292f40948d3c3b1f1ceb6ca8c9099226ef1 (patch)
tree0584abe96b3f3057ebec71245ddc94215dd4a5d8 /settings/templates
parent9baf7a0a3f76e876308cd52fc0c0c30d2b8c9478 (diff)
downloadnextcloud-server-95cfe292f40948d3c3b1f1ceb6ca8c9099226ef1.tar.gz
nextcloud-server-95cfe292f40948d3c3b1f1ceb6ca8c9099226ef1.zip
Make the password changed msg inline to fix #10242
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 3bd5971f44e..300ade5e3f3 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -69,9 +69,10 @@ if($_['passwordChangeSupported']) {
script('jquery-showpassword');
?>
<form id="passwordform" class="section">
- <h2><?php p($l->t('Password'));?></h2>
- <div id="passwordchanged"><?php echo $l->t('Your password was changed');?></div>
- <div id="passworderror"><?php echo $l->t('Unable to change your password');?></div>
+ <h2 class="inlineblock"><?php p($l->t('Password'));?></h2>
+ <div class="hidden icon-checkmark" id="password-changed"></div>
+ <div class="hidden" id="password-error"><?php p($l->t('Unable to change your password'));?></div>
+ <br>
<input type="password" id="pass1" name="oldpassword"
placeholder="<?php echo $l->t('Current password');?>"
autocomplete="off" autocapitalize="off" autocorrect="off" />