Merge branch '5.2' into 5.3
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / email_registerNeedActivation.tpl
1 {if $mimeType === 'text/plain'}
2 {capture assign='content'}{lang}wcf.user.register.needActivation.mail.plaintext{/lang}{/capture}
3 {include file='email_plaintext'}
4 {else}
5 {capture assign='content'}
6 <h2>{lang}wcf.user.register.needActivation.mail.html.headline{/lang}</h2>
7 {lang}wcf.user.register.needActivation.mail.html.intro{/lang}
8
9 {capture assign=button}
10 <a href="{link controller='RegisterActivation' isHtmlEmail=true}u={@$mailbox->getUser()->userID}&a={@$mailbox->getUser()->emailConfirmed}{/link}">
11 {lang}wcf.user.register.needActivation.mail.html.activate{/lang}
12 </a>
13 {/capture}
14 {include file='email_paddingHelper' class='button' content=$button sandbox=true}
15
16 {lang}wcf.user.register.needActivation.mail.html.outro{/lang}
17 {/capture}
18 {include file='email_html'}
19 {/if}