]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/beg/beg_failed.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / beg / beg_failed.tpl
index 72a93a091b3cdd9cf31567256dd1b557db616437..a1324991b12b13062906138a770d617d6034e210 100644 (file)
@@ -1,9 +1,11 @@
-<table border="0" cellspacing="0" cellpadding="0" width="100%">
-       <tr>
-               <td align="center">
-               <P>{--BEG_SORRY_ANOTHER_WAS_HERE_1--}<strong>{!__BEG_UID!}</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_2--}<strong>{!__BEG_POINTS!}</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_3--}</P>
-               <P>{--BEG_CLICKS_1--}<strong>{!__BEG_CLICKS!}</strong>{--BEG_CLICKS_2--}</P>
-               <P align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</P>
-               </td>
-       </tr>
-</table>
+<div>
+       {--BEG_SORRY_ANOTHER_WAS_HERE_1--}<strong>$content[userid]</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_2--}<strong>{%pipe,translateComma=$content[points]%}</strong>{--BEG_SORRY_ANOTHER_WAS_HERE_3--}
+</div>
+
+<div>
+       {%message,BEG_CLICKS=$content[clicks]%}
+</div>
+
+<div align="right">
+       {--BEG_THANKS_FOR_CLICK_AGAIN--}
+</div>