mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
b3eafc24a2
svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2.2 ........ r56164 | sharvey | 2008-06-13 10:19:41 +1200 (Fri, 13 Jun 2008) | 1 line BUGFIX ChangePasswordEmail.ss variable spacing, and missing labels for i18n _t() calls. See tickets #2571 and #2480 ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@56911 467b73ca-7a2a-4603-9d3b-597d59a354a9
11 lines
364 B
Scheme
11 lines
364 B
Scheme
<p><% _t('HELLO', 'Hi') %> $FirstName,</p>
|
|
|
|
<p>
|
|
<% _t('CHANGEPASSWORDTEXT1', 'You changed your password for', PR_MEDIUM, 'for a url') %> $BaseHref.<br />
|
|
<% _t('CHANGEPASSWORDTEXT2', 'You can now use the following credentials to log in:') %>
|
|
</p>
|
|
|
|
<p>
|
|
<% _t('EMAIL', 'Email') %>: $Email<br />
|
|
<% _t('PASSWORD', 'Password') %>: $CleartextPassword
|
|
</p> |