Cleanup for password reset post-email screen

This commit is contained in:
Albert Santoni 2015-08-07 14:09:01 -04:00
parent ea2a6b3f68
commit bd83eefefe
1 changed files with 10 additions and 3 deletions

View File

@ -1,9 +1,16 @@
<div class="login_box">
<div class="logobox">&nbsp;</div>
<h2><?php echo _("Email sent") ?></h2>
<h2><?php echo _("Email Sent!") ?></h2>
<div id="login" class="login-content clearfix">
<p class="light"><?php echo _("An email has been sent") ?></p>
<p><a class="link" href="<?php echo $this->baseUrl('login'); ?>"><?php echo _("Back to login screen") ?></a></p>
<p class="light"><?php echo _("A password reset link has been sent to your email address. Please check your email and follow the instructions inside to reset your password.") ?></p>
<br>
<dl class="zend-form">
<dd id="cancel-element">
<a href="<?php echo($this->baseUrl('login')); ?>">
<button name="cancel" type="button" class="ui-button ui-widget ui-state-default ui-button-text-only center"><?php echo(_("Back")); ?></button>
</a>
</dd>
</dl>
</div>
</div>