From 58f718f7736cb94ee0afc200c587b28b69fdf5fe Mon Sep 17 00:00:00 2001 From: Ysolyne Gresille Date: Wed, 12 Sep 2012 11:12:14 +0200 Subject: [PATCH] new email template --- templates/web/email-template.html.twig | 107 +++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 templates/web/email-template.html.twig diff --git a/templates/web/email-template.html.twig b/templates/web/email-template.html.twig new file mode 100644 index 0000000000..06ae99523b --- /dev/null +++ b/templates/web/email-template.html.twig @@ -0,0 +1,107 @@ + + + + + + {{ subject }} + + + + + + + +
+ + + + + + + + +
+ {% if logoUrl is defined %} + {{ logoText }} + {% else %} + {{ logoText }} + {% endif %} + + {{ title }} +
+ + + + + + + + {% if buttonText is defined and buttonUrl is defined %} + + + + {% endif %} + + + +
+ + + + + + + + +
+ {% if senderName is defined and senderMail is defined %} + {{ senderName }} - + {{ senderMail }}
+ {% endif %} +
+ {{ messageText }} +
+
+ +
+ + + + + + + + + + + + + +
+ + {{ buttonText }} + +
+ +
+ Le contenu de cet email est confidentiel, ne le divulguez pas. +
+ + + + + + + +
+ Si cet email contient des liens non cliquables, copiez/collez ces liens dans votre navigateur.
+ Message automatique de Phraseanet - Pour gérer l'envoi d'email automatique, connectez-vous à + + {{ phraseanetUrl }} + +
+ +
+ + +