diff options
author | friendica <info@friendica.com> | 2012-01-03 18:12:58 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-03 18:12:58 -0800 |
commit | 8e6c02cda383b7655ef7c045a1c9cb2c63541b60 (patch) | |
tree | c4356d996c92c3c80906fa84fc705b190f4f6233 /view/en/mail_received_html_body_eml.tpl | |
parent | 969cd145ce0e717399dbfff6cbc1a45342206e1a (diff) | |
download | volse-hubzilla-8e6c02cda383b7655ef7c045a1c9cb2c63541b60.tar.gz volse-hubzilla-8e6c02cda383b7655ef7c045a1c9cb2c63541b60.tar.bz2 volse-hubzilla-8e6c02cda383b7655ef7c045a1c9cb2c63541b60.zip |
remove some old email templates
Diffstat (limited to 'view/en/mail_received_html_body_eml.tpl')
-rw-r--r-- | view/en/mail_received_html_body_eml.tpl | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/view/en/mail_received_html_body_eml.tpl b/view/en/mail_received_html_body_eml.tpl deleted file mode 100644 index bd105a61b..000000000 --- a/view/en/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <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/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 sent you a new private message at $siteName.</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="font-weight:bold;padding-bottom:5px;">$title</td></tr> - <tr><td style="padding-right:22px;">$htmlversion</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Please login at <a href="$siteurl/message">$siteurl/message</a> to read and reply to your private messages.</td></tr> - <tr><td></td><td>Thank You,</td></tr> - <tr><td></td><td>$siteName Administrator</td></tr> - </tbody> -</table> -</body> -</html> |