From e51261bb1a59a7781874c2b183d5e07f409ed776 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 4 Aug 2016 15:24:53 +0200 Subject: [PATCH] Remove useless information from email footer --- com.woltlab.wcf/templates/email_html.tpl | 3 --- com.woltlab.wcf/templates/email_plaintext.tpl | 5 ----- 2 files changed, 8 deletions(-) diff --git a/com.woltlab.wcf/templates/email_html.tpl b/com.woltlab.wcf/templates/email_html.tpl index f87c283762..4a4c871fee 100644 --- a/com.woltlab.wcf/templates/email_html.tpl +++ b/com.woltlab.wcf/templates/email_html.tpl @@ -109,9 +109,6 @@ --
{content} {@MAIL_SIGNATURE|language|nl2br} - {if $mailbox|is_a:'wcf\system\email\UserMailbox'} - {if MAIL_SIGNATURE|language}

{/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} diff --git a/com.woltlab.wcf/templates/email_plaintext.tpl b/com.woltlab.wcf/templates/email_plaintext.tpl index f3ce6aa970..9e9bfdaf81 100644 --- a/com.woltlab.wcf/templates/email_plaintext.tpl +++ b/com.woltlab.wcf/templates/email_plaintext.tpl @@ -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} -- 2.20.1