Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 15403 |
manish.sha |
1 |
<div id="push"></div>
|
|
|
2 |
<?php echo $this->Form->create('User',array('class'=>'form-signin'));?>
|
|
|
3 |
<h2 class="form-signin-heading"><?php echo __('Forgot Password');?>?</h2>
|
|
|
4 |
<p class="text-info">Please enter your email address below:</p>
|
|
|
5 |
<?php echo $this->Form->input('email',array('label'=>false,'placeholder'=>'john@example.com'));?>
|
|
|
6 |
<button class="btn btn-large btn-primary" type="submit"><?php echo __('Reset Password');?></button>
|
|
|
7 |
<?php echo $this->Form->end();?>
|