aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/mail_received_eml.tpl
diff options
context:
space:
mode:
authorChris Case <kahotep@bunda.dreamhost.com>2011-02-14 03:59:54 -0800
committerChris Case <kahotep@bunda.dreamhost.com>2011-02-14 03:59:54 -0800
commit5eebb373e5ac761ba0f2020a85fa6db7544f7229 (patch)
tree9779b029155a7b976259429bd7aa074714d62d67 /view/en/mail_received_eml.tpl
parentf98ba371cfdb0d0d47a5717aa60a5b703017cbe4 (diff)
downloadvolse-hubzilla-5eebb373e5ac761ba0f2020a85fa6db7544f7229.tar.gz
volse-hubzilla-5eebb373e5ac761ba0f2020a85fa6db7544f7229.tar.bz2
volse-hubzilla-5eebb373e5ac761ba0f2020a85fa6db7544f7229.zip
revamped private message templates, added multipart messages with text and html versions, updated de, en, fr and it. Translated the french version of the private message template.
Diffstat (limited to 'view/en/mail_received_eml.tpl')
-rw-r--r--view/en/mail_received_eml.tpl30
1 files changed, 26 insertions, 4 deletions
diff --git a/view/en/mail_received_eml.tpl b/view/en/mail_received_eml.tpl
index 510978582..68df07c3d 100644
--- a/view/en/mail_received_eml.tpl
+++ b/view/en/mail_received_eml.tpl
@@ -1,3 +1,22 @@
+--$mimeboundary
+Content-Type: text/plain; charset=utf-8
+Content-Transfer-Encoding: 8bit
+
+$from sent you a new private message at $siteName.
+
+$title
+
+$textversion
+
+Please login at $siteurl to read and reply to your private messages.
+
+Thank you,
+$siteName administrator
+
+--$mimeboundary
+Content-Type: text/html; charset=utf-8
+Content-Transfer-Encoding: 8bit
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
<html>
<head>
@@ -15,11 +34,14 @@
<tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td>
<td style="padding-top:22px;"><a href="$url">$from</a></td></tr>
<tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr>
- <tr><td style="padding-right:22px;">$body</td></tr>
+ <tr><td style="padding-right:22px;">$htmlversion</td></tr>
<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Please login at $siteurl to read and reply to your private messages.</td></tr>
- <tr><td style="padding-left:90px;" colspan="2">Thank you,</td></tr>
- <tr><td style="padding-left:90px;" colspan="2">$siteName administrator</td></tr>
+ <tr><td></td><td>Thank You,</td></tr>
+ <tr><td></td><td>$siteName Administrator</td></tr>
</tbody>
</table>
</body>
-</html> \ No newline at end of file
+</html>
+
+--$mimeboundary--
+