Merge remote-tracking branch 'refs/remotes/origin/3.0'
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / email_registerNeedActivation.tpl
CommitLineData
d5ce28e2
TD
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'}
219eb1ae 6 <h2>{lang}wcf.user.register.needActivation.mail.html.headline{/lang}</h2>
d5ce28e2 7 {lang}wcf.user.register.needActivation.mail.html.intro{/lang}
c8855bb4
TD
8
9 {capture assign=button}
10 <a href="{link controller='RegisterActivation' isEmail=true}u={@$mailbox->getUser()->userID}&a={@$mailbox->getUser()->activationCode}{/link}">
d5ce28e2
TD
11 {lang}wcf.user.register.needActivation.mail.html.activate{/lang}
12 </a>
c8855bb4
TD
13 {/capture}
14 {include file='email_paddingHelper' class='button' content=$button sandbox=true}
15
d5ce28e2
TD
16 {lang}wcf.user.register.needActivation.mail.html.outro{/lang}
17 {/capture}
18 {include file='email_html'}
19{/if}