14 lines
524 B
PHP
14 lines
524 B
PHP
<?php
|
|
|
|
?>
|
|
<div class="box">
|
|
<h1><?=__('dreamjob.password.reset');?></h1>
|
|
<?php
|
|
echo $this->Form->create(false,$default_Form);
|
|
echo $this->Form->input('User.mail',array('label'=>array('text'=>__("dreamjob.mail"),"class"=>$default_Form['inputDefaults']['label']['class'])));
|
|
?>
|
|
<div class="buttonrow">
|
|
<?=$this->Form->button(__('dreamjob.password.send'),array('div' => false,'class'=>"btn btn-primary ",'type' => 'submit'));?>
|
|
</div>
|
|
<?php echo $this->Form->end(); ?>
|
|
</div>
|