Il manquait plein de fichiers dans Git
This commit is contained in:
@@ -1,60 +1,60 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>courriel de confirmation de commande de {config key="url_site"} </title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#liencompte {
|
||||
margin: 15px 0;
|
||||
text-align: center;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
width: 480pt;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#entete {
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
border-bottom: 1px dotted #000;
|
||||
}
|
||||
|
||||
#logotexte {
|
||||
float: left;
|
||||
width: 180pt;
|
||||
height: 75pt;
|
||||
border: 1pt solid #000;
|
||||
font-size: 18pt;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="entete">
|
||||
<h1 id="logotexte">{config key="store_name"}</h1>
|
||||
|
||||
<h2 id="info">The payment of your order is confirmed</h2>
|
||||
|
||||
<h3 id="commande">Reference {$order_ref} </h3>
|
||||
</div>
|
||||
|
||||
<p id="liencompte">
|
||||
Your invoice is now available in your customer account on
|
||||
<a href="{config key="url_site"}">{config key="store_name"}</a>.
|
||||
</p>
|
||||
|
||||
<p>Thank you for your order !</p>
|
||||
|
||||
<p>The {config key="store_name"} team.</p>
|
||||
</div>
|
||||
</body>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>courriel de confirmation de commande de {config key="url_site"} </title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#liencompte {
|
||||
margin: 15px 0;
|
||||
text-align: center;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
width: 480pt;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#entete {
|
||||
padding-bottom: 20px;
|
||||
margin-bottom: 10px;
|
||||
border-bottom: 1px dotted #000;
|
||||
}
|
||||
|
||||
#logotexte {
|
||||
float: left;
|
||||
width: 180pt;
|
||||
height: 75pt;
|
||||
border: 1pt solid #000;
|
||||
font-size: 18pt;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="entete">
|
||||
<h1 id="logotexte">{config key="store_name"}</h1>
|
||||
|
||||
<h2 id="info">The payment of your order is confirmed</h2>
|
||||
|
||||
<h3 id="commande">Reference {$order_ref} </h3>
|
||||
</div>
|
||||
|
||||
<p id="liencompte">
|
||||
Your invoice is now available in your customer account on
|
||||
<a href="{config key="url_site"}">{config key="store_name"}</a>.
|
||||
</p>
|
||||
|
||||
<p>Thank you for your order !</p>
|
||||
|
||||
<p>The {config key="store_name"} team.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user