]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/beg/beg_done.tpl
More HTML rewrites #3
[mailer.git] / templates / de / html / beg / beg_done.tpl
index 31335415e523fbb2a84fc37024c3a84cd0185083..369db95223556f8080db04dea684295662dcf625 100644 (file)
@@ -1,9 +1,9 @@
-<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>
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+       <tr>
+               <td align="center">
+               <div>{--BEG_UID_STEAL_1--}<strong>$content[userid]</strong>{--BEG_UID_STEAL_2--}<strong>$content[points]</strong>{--BEG_UID_STEAL_3--}</div>
+               <div>{--BEG_CLICKS_1--}<strong>$content[clicks]</strong>{--BEG_CLICKS_2--}</div>
+               <div align="right">{--BEG_THANKS_FOR_CLICK--}</div>
+               </td>
+       </tr>
+</table>