// Fix deutsch subject mail and encoding characters in mails

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14805 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-04-23 09:42:13 +00:00
parent 60a140c91f
commit 610d582d0f
52 changed files with 1328 additions and 1330 deletions
+6 -6
View File
@@ -5,12 +5,12 @@
<title>Nachricht von {shop_name}</title>
</head>
<body>
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
<tbody>
<tr>
<td style="border: 1px solid #CCCCCC; background-color: #ffffff; padding: 10px; color: #383838; font-size: 12px;">{employee} wollte Ihnen diesen Chat weiterleiten. <br /><br />{messages} <br /><br />{employee} fügte"{comment}" hinzu.</td>
</tr>
</tbody>
<table style="font-family: Verdana,sans-serif; font-size: 11px; color: #374953; width: 550px;">
<tbody>
<tr>
<td style="border: 1px solid #CCCCCC; background-color: #ffffff; padding: 10px; color: #383838; font-size: 12px;">{employee} wollte Ihnen diesen Chat weiterleiten. <br /><br />{messages} <br /><br />{employee} f&uuml;gte"{comment}" hinzu.</td>
</tr>
</tbody>
</table>
</body>
</html>