Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -3,18 +3,24 @@
{* Open in browser *}
{block name="browser"}{/block}
{* No big image header *}
{block name="image-header"}{/block}
{* No pre-header *}
{block name="pre-header"}{/block}
{* Subject *}
{block name="email-subject"}{intl l="Your password for %store" store={config key="store_name"}}{/block}
{* Title *}
{block name="email-title"}{intl l="Password"}{/block}
{block name="email-title"}{/block}
{* Content *}
{block name="email-content"}
{intl l="Hi there"},<br /><br />
{intl l="You have requested a new password for your account"}.<br /><br />
{intl l="Your new password is"}&nbsp;:&nbsp;{$password}<br /><br />
{intl l="Hello,"}<br /><br />
{intl l="You have requested a new password for your account at %store_name" store_name={config key="store_name"}}.<br /><br />
{intl l="Your new password is <span style=\"font-family: courier, fixed; font-size: 120%\">%pass</span>" pass={$password}}<br /><br />
{intl l='You can change your password in your user account by opening the "Change my password" link under your personal information'}.<br /><br />
{intl l='Kind regards'},<br />
- {config key="store_name"}
{intl l="The %store team." store={config key="store_name"}}
{/block}