diff options
author | friendica <info@friendica.com> | 2011-11-21 19:01:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-21 19:01:05 -0800 |
commit | c568493f572bdc88cae288d5c43e9fb55361ce07 (patch) | |
tree | 9c1555486780021e7ac5a4c9c4b0812841369551 /view/en/cmnt_received_html_body_eml.tpl | |
parent | ea04263f52dc30ca21e2bfb61ff41cf4428f69f2 (diff) | |
download | volse-hubzilla-c568493f572bdc88cae288d5c43e9fb55361ce07.tar.gz volse-hubzilla-c568493f572bdc88cae288d5c43e9fb55361ce07.tar.bz2 volse-hubzilla-c568493f572bdc88cae288d5c43e9fb55361ce07.zip |
add expire_starred option, fix "delete selected" on some themes, new project name in email templates
Diffstat (limited to 'view/en/cmnt_received_html_body_eml.tpl')
-rw-r--r-- | view/en/cmnt_received_html_body_eml.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/en/cmnt_received_html_body_eml.tpl b/view/en/cmnt_received_html_body_eml.tpl index 5fdc5513f..95f56a4d5 100644 --- a/view/en/cmnt_received_html_body_eml.tpl +++ b/view/en/cmnt_received_html_body_eml.tpl @@ -1,13 +1,13 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> <html> <head> - <title>Friendika Message</title> + <title>Friendica 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:#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 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/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</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> |