]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/beg/beg_login.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / beg / beg_login.tpl
index 133f2ede70c3682f75d5d4556849420d2f41c445..afab3ab6f8da8c6d15dd782f818ffdf46d42baa2 100644 (file)
@@ -1,9 +1,11 @@
-<table border="0" cellspacing="0" cellpadding="0" width="100%">
-       <tr>
-               <td align="center">
-               <div>{--BEG_SORRY_YOURE_LOGGED_IN_1--}<strong>$content[userid]</strong>{--BEG_SORRY_YOURE_LOGGED_IN_2--}<strong>$content[points]</strong>{--BEG_SORRY_YOURE_LOGGED_IN_3--}</div>
-               <div>{--BEG_CLICKS_1--}<strong>$content[clicks]</strong>{--BEG_CLICKS_2--}</div>
-               <div align="right">{--BEG_THANKS_FOR_CLICK_AGAIN--}</div>
-               </td>
-       </tr>
-</table>
+<div>
+       {--BEG_SORRY_YOURE_LOGGED_IN_1--}<strong>$content[userid]</strong>{--BEG_SORRY_YOURE_LOGGED_IN_2--}<strong>{%pipe,translateComma=$content[points]%}</strong>{--BEG_SORRY_YOURE_LOGGED_IN_3--}
+</div>
+
+<div>
+       {%message,BEG_CLICKS=$content[clicks]%}
+</div>
+
+<div align="right">
+       {--BEG_THANKS_FOR_CLICK_AGAIN--}
+</div>