Remove `email_mail` template
authorMatthias Schmidt <gravatronics@live.com>
Wed, 9 Jun 2021 16:03:19 +0000 (18:03 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 9 Jun 2021 16:03:19 +0000 (18:03 +0200)
Close #4203

com.woltlab.wcf/templateDelete.xml
com.woltlab.wcf/templates/email_mail.tpl [deleted file]

index f2c777e02196219af18b93d0888532cd8624fa38..f00d6da3d0dc8bb1d36f8deb8c1ae77da99db8eb 100644 (file)
@@ -28,6 +28,7 @@
                <template>dashboardBoxSignedInAs</template>
                <template>dashboardBoxStatsSidebar</template>
                <template>email</template>
+               <template>email_mail</template>
                <template>emailTextPlain</template>
                <template>footerMenu</template>
                <template>mail</template>
diff --git a/com.woltlab.wcf/templates/email_mail.tpl b/com.woltlab.wcf/templates/email_mail.tpl
deleted file mode 100644 (file)
index f66cf12..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{if $mimeType === 'text/plain'}
-{capture assign='content'}{lang}wcf.user.mail.mail.plaintext{/lang}{/capture}
-{include file='email_plaintext'}
-{else}
-       {capture assign='content'}
-       {lang}wcf.user.mail.mail.html{/lang}
-       {/capture}
-       {include file='email_html'}
-{/if}