the rest of the english html templates except for htconfig
This commit is contained in:
parent
338ba48554
commit
e35a5bac55
61 changed files with 965 additions and 3828 deletions
|
|
@ -71,8 +71,15 @@ function lostpass_content(&$a) {
|
|||
if($r) {
|
||||
$tpl = load_view_file('view/pwdreset.tpl');
|
||||
$o .= replace_macros($tpl,array(
|
||||
'$lbl1' => t('Password Reset'),
|
||||
'$lbl2' => t('Your password has been reset as requested.'),
|
||||
'$lbl3' => t('Your new password is'),
|
||||
'$lbl4' => t('Save or copy your new password - and then'),
|
||||
'$lbl5' => '<a href="' . $a->get_baseurl() . '">' . t('click here to login') . '</a>.',
|
||||
'$lbl6' => t('Your password may be changed from the <em>Settings</em> page after successful login.'),
|
||||
'$newpass' => $new_password,
|
||||
'$baseurl' => $a->get_baseurl()
|
||||
|
||||
));
|
||||
notice("Your password has been reset." . EOL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue