Files
PrestaShop/mails/es/employee_password.html
2012-03-14 13:39:14 +00:00

40 lines
1.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Mensaje desde {shop_name}</title>
</head>
<body>
<table >
<tbody>
<tr>
<td align="left"><a title="{shop_name}" href="http://trad.prestashop.com/versions/1.5.0.5/mails/en/%7Bshop_url%7D"><img src="http://trad.prestashop.com/versions/1.5.0.5/mails/en/%7Bshop_logo%7D" alt="{shop_name}" /></a></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Hola <strong>{firstname} {lastname}</strong>,</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Su {shop_name} información de sesión</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Esta es su información para {shop_name}:<br /><br /><strong>Nombre</strong>: {firstname}<br /><strong>Apellido</strong>: {lastname}<br /><strong>Password</strong>: {passwd}<br /><strong>E-mail </strong>: {email}</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center"><a href="http://trad.prestashop.com/versions/1.5.0.5/mails/en/%7Bshop_url%7D">{shop_name}</a> powered by <a href="http://www.prestashop.com/">PrestaShop™</a></td>
</tr>
</tbody>
</table>
</body>
</html>