diff options
author | friendica <info@friendica.com> | 2013-05-11 15:37:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-11 15:37:36 -0700 |
commit | 8a1c8c4a03899c844885da58f9184fc10e7d6b07 (patch) | |
tree | 367080388de9a409712ebaa46c226d03f2b7cd1b /view/tpl/email_notify_html.tpl | |
parent | 99c842ff397b87e9f09dd552b45a9b4a2b09b613 (diff) | |
download | volse-hubzilla-8a1c8c4a03899c844885da58f9184fc10e7d6b07.tar.gz volse-hubzilla-8a1c8c4a03899c844885da58f9184fc10e7d6b07.tar.bz2 volse-hubzilla-8a1c8c4a03899c844885da58f9184fc10e7d6b07.zip |
It's a red matrix, and matrix is better indicated by # than by ! - and would otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center.
Diffstat (limited to 'view/tpl/email_notify_html.tpl')
-rwxr-xr-x | view/tpl/email_notify_html.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/email_notify_html.tpl b/view/tpl/email_notify_html.tpl index 18f7132db..30f91730d 100755 --- a/view/tpl/email_notify_html.tpl +++ b/view/tpl/email_notify_html.tpl @@ -12,7 +12,7 @@ <body> <table style="border:1px solid #ccc"> <tbody> - <tr><td colspan="2" style="background:#ff0000; 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/r!.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> + <tr><td colspan="2" style="background:#ff0000; 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/rhash-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> <tr><td style="padding-top:22px;" colspan="2">{{$preamble}}</td></tr> |