summaryrefslogtreecommitdiffstats
path: root/core/lostpassword
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-11-17 17:49:58 +0100
committerLukas Reschke <lukas@owncloud.com>2014-11-17 17:50:25 +0100
commit9eeea57e3abc4a1cfb1d303eae5f454f3d382b3f (patch)
tree7814cd2e38c9ed5f45d512c93bcbcb4342b2ad84 /core/lostpassword
parent68e77f46598429e1d8a96f668e5065e5fce362ce (diff)
downloadnextcloud-server-9eeea57e3abc4a1cfb1d303eae5f454f3d382b3f.tar.gz
nextcloud-server-9eeea57e3abc4a1cfb1d303eae5f454f3d382b3f.zip
Show spinner
Diffstat (limited to 'core/lostpassword')
-rw-r--r--core/lostpassword/templates/resetpassword.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lostpassword/templates/resetpassword.php b/core/lostpassword/templates/resetpassword.php
index ebd7bff2668..bac8b5c75c9 100644
--- a/core/lostpassword/templates/resetpassword.php
+++ b/core/lostpassword/templates/resetpassword.php
@@ -13,5 +13,6 @@ script('core', 'lostpassword');
<img class="svg" id="password-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt=""/>
</p>
<input type="submit" id="submit" value="<?php p($l->t('Reset password')); ?>" />
+ <img class="hidden" id="float-spinner" src="<?php p(\OCP\Util::imagePath('core', 'loading-dark.gif'));?>"/>
</fieldset>
</form>