Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / beg / beg_failed.tpl
index 72a93a091b3cdd9cf31567256dd1b557db616437..a5d387f8844cd6645108b48fb67651aaf8c47358 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>$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>