Remove useless information from email footer
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 4 Aug 2016 13:24:53 +0000 (15:24 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 4 Aug 2016 13:24:53 +0000 (15:24 +0200)
com.woltlab.wcf/templates/email_html.tpl
com.woltlab.wcf/templates/email_plaintext.tpl

index f87c2837629aa0c9ea48ba07d63cd3ba8db09162..4a4c871feef64a060e273273aeb96ef621284f6b 100644 (file)
        <span style="font-size: 0;">-- <br></span>
        {content}
        {@MAIL_SIGNATURE|language|nl2br}
-       {if $mailbox|is_a:'wcf\system\email\UserMailbox'}
-       {if MAIL_SIGNATURE|language}<br><br>{/if}
-       This email was sent to you, because you registered on the {$mailbox->getUser()->registrationDate|plainTime} at {@PAGE_TITLE|language}.{/if} {* TODO: language item *}
        {/content}
        {/hascontent}
        {/capture}
index f3ce6aa970f4f6290db0f69f7aec95f6ee65dd4e..9e9bfdaf8144db02dfb3f65b10b0ebb51df4065a 100644 (file)
@@ -8,10 +8,5 @@
 -- {* this line ends with a space *}
 {content}
 {@MAIL_SIGNATURE|language}
-{if $mailbox|is_a:'wcf\system\email\UserMailbox'}{if MAIL_SIGNATURE|language}{* add newlines *}
-
-
-{/if}This email was sent to you, because you registered on
-the {$mailbox->getUser()->registrationDate|plainTime} at {@PAGE_TITLE|language}.{/if} {* TODO: language item *}
 {/content}
 {/hascontent}