From 785fd657d0c94553f52b77540e54660e8e2ab39c Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 13 Jan 2012 12:49:48 +0100 Subject: [PATCH] Add notice "copy paste this link if you can not click it" in mails --- lib/classes/mail.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/classes/mail.class.php b/lib/classes/mail.class.php index ab04900fad..d4d02f9acc 100644 --- a/lib/classes/mail.class.php +++ b/lib/classes/mail.class.php @@ -206,6 +206,7 @@ class mail $body = eregi_replace("[\]", '', $body); + $body .= "
\n"._('Si le lien n\'est pas cliquable, copiez-collez le dans votre navigateur.')."
\n"; $body .= "



\n\n\n\n"; $body .= '
' . _('phraseanet::signature automatique des notifications par mail, infos a l\'url suivante') . "
\n"; $body .= '
' . $registry->get('GV_ServerName') . "
\n";