Files
PrestaShop/mails/es/employee_password.html
2012-09-04 07:57:59 +00:00

40 lines
1.1 KiB
HTML

<!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="{shop_url}"><img src="{shop_url}" alt="{shop_name}" /></a></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Hola&nbsp;<strong>{firstname} {lastname}</strong>,</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Su {shop_name} informaci&oacute;n de sesi&oacute;n</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left">Esta es su informaci&oacute;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="{shop_url}">{shop_name}</a>&nbsp;powered by&nbsp;<a href="http://www.prestashop.com/">PrestaShop&trade;</a></td>
</tr>
</tbody>
</table>
</body>
</html>