Show spinner

remotes/origin/fix-10825
Lukas Reschke 10 years ago
parent 68e77f4659
commit 9eeea57e3a
  1. 1
      core/js/lostpassword.js
  2. 1
      core/lostpassword/templates/resetpassword.php

@ -84,6 +84,7 @@ OC.Lostpassword = {
}
if($('#encrypted-continue').attr('checked')) {
$('#reset-password #submit').hide();
$('#reset-password #float-spinner').removeClass('hidden');
}
},

@ -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>

Loading…
Cancel
Save