Cleanup for password reset post-email screen
This commit is contained in:
parent
ea2a6b3f68
commit
bd83eefefe
1 changed files with 10 additions and 3 deletions
|
@ -1,9 +1,16 @@
|
||||||
<div class="login_box">
|
<div class="login_box">
|
||||||
<div class="logobox"> </div>
|
<div class="logobox"> </div>
|
||||||
<h2><?php echo _("Email sent") ?></h2>
|
<h2><?php echo _("Email Sent!") ?></h2>
|
||||||
|
|
||||||
<div id="login" class="login-content clearfix">
|
<div id="login" class="login-content clearfix">
|
||||||
<p class="light"><?php echo _("An email has been sent") ?></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>
|
||||||
<p><a class="link" href="<?php echo $this->baseUrl('login'); ?>"><?php echo _("Back to login screen") ?></a></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>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue