aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-25 00:07:00 -0800
committerfriendica <info@friendica.com>2013-11-25 00:07:00 -0800
commitc0f2bc436c3fc53b48a588edbe766312fbcdc278 (patch)
tree38f0a72a4e03dd1ab9f884e9f50a11d1d8214795
parent2b47d36a11cd7203c26c50c6cd504726c2cd9b39 (diff)
downloadvolse-hubzilla-c0f2bc436c3fc53b48a588edbe766312fbcdc278.tar.gz
volse-hubzilla-c0f2bc436c3fc53b48a588edbe766312fbcdc278.tar.bz2
volse-hubzilla-c0f2bc436c3fc53b48a588edbe766312fbcdc278.zip
force HTML notification mails to use predefined colours.
-rw-r--r--version.inc2
-rwxr-xr-xview/tpl/email_notify_html.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/version.inc b/version.inc
index 2e1d6ddf2..65cc36208 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2013-11-24.507
+2013-11-25.508
diff --git a/view/tpl/email_notify_html.tpl b/view/tpl/email_notify_html.tpl
index 41bbe16a9..cf149341e 100755
--- a/view/tpl/email_notify_html.tpl
+++ b/view/tpl/email_notify_html.tpl
@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body>
-<table style="border:1px solid #ccc">
+<table style="border:1px solid #ccc; background-color: #FFFFFF; color: #000000;">
<tbody>
<tr><td colspan="2" style="background:#c60032; 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; float:left;" src='{{$siteurl}}/images/rm-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div><div style="clear: both;"></div></td></tr>