Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / beg / beg_done.tpl
index a1e443dfb126c3e0a43cda432d966af9df0bc7ab..738d1264abff9275273a09486af2f95d1762103b 100644 (file)
@@ -1,9 +1,11 @@
-<table border="0" cellspacing="0" cellpadding="0" width="100%">
-       <tr>
-               <td align="center">
-               <P>{--BEG_UID_STEAL_1--}<strong>{!__BEG_UID!}</strong>{--BEG_UID_STEAL_2--}<strong>{!__BEG_POINTS!}</strong>{--BEG_UID_STEAL_3--}</P>
-               <P>{--BEG_CLICKS_1--}<strong>{!__BEG_CLICKS!}</strong>{--BEG_CLICKS_2--}</P>
-               <P align="right">{--BEG_THANKS_FOR_CLICK--}</P>
-               </td>
-       </tr>
-</table>
+<div>
+       {--BEG_UID_STEAL_1--}<strong>$content[userid]</strong>{--BEG_UID_STEAL_2--}<strong>$content[points]</strong>{--BEG_UID_STEAL_3--}
+</div>
+
+<div>
+       {%message,BEG_CLICKS=$content[clicks]%}
+</div>
+
+<div align="right">
+       {--BEG_THANKS_FOR_CLICK--}
+</div>