diff options
author | sirius <sirius83@gmx.de> | 2014-04-20 01:07:36 +0200 |
---|---|---|
committer | jmankiewicz <sirius83@gmx.de> | 2014-04-20 01:12:47 +0200 |
commit | c946d926103a3bce94dcf99a137f3329ce011e2a (patch) | |
tree | 36749769bbd342f078a5315b2736b80e89e4542c /view/fr/smarty3/mail_received_html_body_eml.tpl | |
parent | 6cf5a69d7e8ac12c9c946397ca5c9a1126665974 (diff) | |
parent | 891a7fb0f5651447c43560210126a86a6b69aa29 (diff) | |
download | volse-hubzilla-c946d926103a3bce94dcf99a137f3329ce011e2a.tar.gz volse-hubzilla-c946d926103a3bce94dcf99a137f3329ce011e2a.tar.bz2 volse-hubzilla-c946d926103a3bce94dcf99a137f3329ce011e2a.zip |
Merge branch 'master' of https://github.com/friendica/red into mod-profpicperm
Diffstat (limited to 'view/fr/smarty3/mail_received_html_body_eml.tpl')
-rw-r--r-- | view/fr/smarty3/mail_received_html_body_eml.tpl | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/view/fr/smarty3/mail_received_html_body_eml.tpl b/view/fr/smarty3/mail_received_html_body_eml.tpl deleted file mode 100644 index 2eb35f881..000000000 --- a/view/fr/smarty3/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Message de Friendica</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:#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;">Friendica</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} vous a envoyé un message à {{$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">Veuillez Ouvrir une session sur <a href="{{$siteurl}}">{{$siteurl}}</a> pour lire et répondre à vos messages privés.</td></tr> - <tr><td></td><td>Merci,</td></tr> - <tr><td></td><td>{{$siteName}} Administrateur</td></tr> - </tbody> -</table> -</body> -</html> |