root/trunk/app/views/recovers/newpwd.ctp

Revision 921, 465 bytes (checked in by aarkerio, 8 days ago)

Little updates

Line 
1<div style="width:80%;margin:0 auto 0 auto;border:1px dotted orange;padding:8px">
2<?php
3
4if ( isset($error) ):
5        echo '<span style="color:red;padding:7px;">Error: no such key.</span>';
6endif;
7
8if ( isset($pwd) ):
9    echo '<span style="color:blue;padding:7px;">'.__('Your new password is', true). ' <b>' . $pwd . '</b>,'. __('do not forget', true).'! ;-)</span> <br />';
10   
11    echo $html->para(null, $html->link('Login', '/users/login'));
12endif;
13?>
14</div>
Note: See TracBrowser for help on using the browser.