Change mails dir
This commit is contained in:
parent
85b4843d91
commit
9e1fea3a1f
24
mails/fr/press.html
Normal file
24
mails/fr/press.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message de votre boutique</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 550px;">
|
||||
<tr>
|
||||
<td align="left" style="background: #514c8c; color:#ffffff; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Vous avez reçu un message de la part d'un client depuis votre boutique</td>
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
<tr>
|
||||
<td align="left"> <b>{lastname} {firstname}</b> </td>
|
||||
<td align="left"> {function} </td>
|
||||
<td align="left"> {compagny} </td>
|
||||
<td align="left"> Adresse électronique : {email1} {if email2 =! ''} - {email2}{/if} </td>
|
||||
<td align="left"> Téléphone : Adresse électronique : {phone1} {if phone2 =! ''} - {phone2}{/if} </td>
|
||||
<td align="left"> </td>
|
||||
<td align="left"> {content} </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
9
mails/fr/press.txt
Normal file
9
mails/fr/press.txt
Normal file
@ -0,0 +1,9 @@
|
||||
Vous avez reçu un message de la part d'un client depuis votre boutique
|
||||
|
||||
Nom: {lastname} {firstname}
|
||||
{function}
|
||||
{compagny}
|
||||
Adresse électronique : {email1} {if email2 =! ''} - {email2}{/if}
|
||||
Téléphone : Adresse électronique : {phone1} {if phone2 =! ''} - {phone2}{/if}
|
||||
|
||||
{content}
|
26
mails/fr/provider.html
Normal file
26
mails/fr/provider.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>Message de votre boutique</title>
|
||||
</head>
|
||||
<body>
|
||||
<table style="font-family: tahoma,arial,sans-serif; font-size: 12px; color:#000000; width: 550px;">
|
||||
<tr>
|
||||
<td align="left" style="background: #514c8c; color:#ffffff; font-size: 12px; font-weight:bold; padding: 0.5em 1em;">Vous avez reçu un message de la part d'un client depuis votre boutique</td>
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
<tr>
|
||||
<td align="left"> <b>{lastname} {firstname}</b> </td>
|
||||
<td align="left"> {function} </td>
|
||||
<td align="left"> {brand} - {compagny} </td>
|
||||
<td align="left"> Adresse électronique : {email1} {if email2 =! ''} - {email2}{/if} </td>
|
||||
<td align="left"> Téléphone : Adresse électronique : {phone1} {if phone2 =! ''} - {phone2}{/if} </td>
|
||||
<td align="left"> </td>
|
||||
<td align="left"> Proposition : {purpose} </td>
|
||||
<td align="left"> </td>
|
||||
<td align="left"> {content} </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
11
mails/fr/provider.txt
Normal file
11
mails/fr/provider.txt
Normal file
@ -0,0 +1,11 @@
|
||||
Vous avez reçu un message de la part d'un client depuis votre boutique
|
||||
|
||||
Nom: {lastname} {firstname}
|
||||
{function}
|
||||
{brand} - {compagny}
|
||||
Adresse électronique : {email1} {if email2 =! ''} - {email2}{/if}
|
||||
Téléphone : Adresse électronique : {phone1} {if phone2 =! ''} - {phone2}{/if}
|
||||
|
||||
Proposition : {purpose}
|
||||
|
||||
{content}
|
@ -57,13 +57,7 @@ class Process
|
||||
'provider',
|
||||
'Contact fournisseur',
|
||||
$this->data,
|
||||
$this->to_provider,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
$this->mail_dir
|
||||
$this->to_provider
|
||||
);
|
||||
if (!$sended) {
|
||||
$errors[] = Tools::displayError('Une erreur s\'est produite. Votre message n\'a pas été envoyé');
|
||||
@ -111,13 +105,7 @@ class Process
|
||||
'press',
|
||||
'Contact presse',
|
||||
$this->data,
|
||||
$this->to_press,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
$this->mail_dir
|
||||
$this->to_press
|
||||
);
|
||||
if (!$sended) {
|
||||
$errors[] = Tools::displayError('Une erreur s\'est produite. Votre message n\'a pas été envoyé');
|
||||
|
Loading…
Reference in New Issue
Block a user