From dfc05af73b784c5c16abf31b3df8ee07ec0201b7 Mon Sep 17 00:00:00 2001
From: Chris Case <kahotep@bunda.dreamhost.com>
Date: Sat, 21 May 2011 19:26:51 -0700
Subject: [PATCH] email updates

---
 favicon.gif                             |  0
 favicon.ico                             |  0
 view/en/wall_received_html_body_eml.tpl | 24 ++++++++++++++++++++++++
 view/en/wall_received_text_body_eml.tpl | 18 ++++++++++++++++++
 4 files changed, 42 insertions(+)
 create mode 100644 favicon.gif
 create mode 100644 favicon.ico
 create mode 100644 view/en/wall_received_html_body_eml.tpl
 create mode 100644 view/en/wall_received_text_body_eml.tpl

diff --git a/favicon.gif b/favicon.gif
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/view/en/wall_received_html_body_eml.tpl b/view/en/wall_received_html_body_eml.tpl
new file mode 100644
index 0000000000..d771836043
--- /dev/null
+++ b/view/en/wall_received_html_body_eml.tpl
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN">
+<html>
+<head>
+	<title>Friendika Message</title>
+	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+</head>
+<body>
+<table style="border:1px solid #ccc">
+	<tbody>
+	<tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$siteurl/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr>
+
+	<tr><td style="padding-top:22px;" colspan="2">$from posted something to your profile wall.</td></tr>
+
+
+	<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="padding-right:22px;">$body</td></tr>
+	<tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Please login at <a href="$siteurl">$siteurl</a> to <a href="$display">view or delete the post</a>.</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
diff --git a/view/en/wall_received_text_body_eml.tpl b/view/en/wall_received_text_body_eml.tpl
new file mode 100644
index 0000000000..c296de7851
--- /dev/null
+++ b/view/en/wall_received_text_body_eml.tpl
@@ -0,0 +1,18 @@
+
+Dear $username,
+
+	'$from' posted something to your profile wall.
+
+-----
+$body
+-----
+
+Please login at $siteurl to view or delete the item:
+
+$display
+
+Thank you,
+	$sitename administrator
+
+ 
+
-- 
2.39.5