TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:layout name="SystemEmail" />
|
||||
<f:section name="Main">
|
||||
<f:spaceless>
|
||||
<f:variable name="recoveryLink">
|
||||
<f:link.external target="_blank" uri="{url}"><f:translate domain="felogin.messages" key="password_recovery_link"/></f:link.external>
|
||||
</f:variable>
|
||||
|
||||
{f:translate(
|
||||
domain: 'felogin.messages',
|
||||
key: 'forgot_validate_reset_password_html',
|
||||
arguments: '{ 0: "{receiverName -> f:format.htmlspecialchars()}", 1: recoveryLink, 2: validUntil }'
|
||||
) -> f:format.html()}
|
||||
</f:spaceless>
|
||||
</f:section>
|
||||
</html>
|
||||
Reference in New Issue
Block a user