diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-01 07:56:27 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-06-01 07:56:27 +0200 |
commit | 2413a6b422d5c49024d9c2c9cff79cbc82ba3a56 (patch) | |
tree | c531676a196ad7defdeefd56ea2519afd4c61a44 /view/en/cmnt_received_html_body_eml.tpl | |
parent | 745d075397941e0a84d017342bb9c4c4a4c1ef5b (diff) | |
parent | fc34641d4a69580a4e7fd5c3806c22d009d5d037 (diff) | |
download | volse-hubzilla-2413a6b422d5c49024d9c2c9cff79cbc82ba3a56.tar.gz volse-hubzilla-2413a6b422d5c49024d9c2c9cff79cbc82ba3a56.tar.bz2 volse-hubzilla-2413a6b422d5c49024d9c2c9cff79cbc82ba3a56.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'view/en/cmnt_received_html_body_eml.tpl')
-rw-r--r-- | view/en/cmnt_received_html_body_eml.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/cmnt_received_html_body_eml.tpl b/view/en/cmnt_received_html_body_eml.tpl index e7609228e..5fdc5513f 100644 --- a/view/en/cmnt_received_html_body_eml.tpl +++ b/view/en/cmnt_received_html_body_eml.tpl @@ -7,7 +7,7 @@ <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 colspan="2" style="background:#084769; 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/friendika-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendika</div><div style="clear: both;"></div></td></tr> <tr><td style="padding-top:22px;" colspan="2">$from commented on an item/conversation which you have been following.</td></tr> |