]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/beg/beg_done.tpl
Extension ext-coupon basicly finished, no shortcuts in naming:
[mailer.git] / templates / de / html / beg / beg_done.tpl
index e91418d964c51a66266820a482009a2c15e9aef2..53937baace9cf1d58602494d43ef4fb83ad67f12 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>{%message,BEG_CLICKS,$content[clicks]%}</div>
-               <div align="right">{--BEG_THANKS_FOR_CLICK--}</div>
-               </td>
-       </tr>
-</table>
+<div>
+       {--BEG_USERID_STEAL_1--}<strong>$content[userid]</strong>{--BEG_USERID_STEAL_2--}<strong>{%pipe,translateComma=$content[points]%}</strong>{--BEG_USERID_STEAL_3--}
+</div>
+
+<div>
+       {%message,BEG_CLICKS=$content[clicks]%}
+</div>
+
+<div align="right">
+       {--BEG_THANKS_FOR_CLICK--}
+</div>