]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/beg/beg_done.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / beg / beg_done.tpl
index 369db95223556f8080db04dea684295662dcf625..82596b3cb06fb7ac7511627d9ad50f7e034f09ab 100644 (file)
@@ -1,9 +1,11 @@
-<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>
+<div style="height:50px">
+       {--BEG_USERID_STEAL_1--}<strong>$content[userid]</strong>{--BEG_USERID_STEAL_2--}<strong>{%pipe,translateComma=$content[points]%}</strong>{--BEG_USERID_STEAL_3--}
+</div>
+
+<div style="height:50px">
+       {%message,BEG_CLICKS=$content[clicks]%}
+</div>
+
+<div style="height:20px" align="right">
+       {--BEG_THANKS_FOR_CLICK--}
+</div>