Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / beg / beg_login.tpl
index 2c85a222bbf520d2fccb2b1d7f992d48834b7c2b..93b54de940d54757e568cc0a1adb94a72b002832 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>{%message,BEG_CLICKS,$content[clicks]%}</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>$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>