Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_mini_online.tpl
index 6354cf3cddeb4161e38a4eca0d6ae98c7a85b1ec..dcbdbcf455239fb4c69921dd60766219197d9156 100644 (file)
@@ -1,25 +1,23 @@
+<div class="para">
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td colspan="3" class="admin_title bottom" align="center">
+               <td colspan="2" class="admin_title bottom" align="center">
                        <strong>{--USER_NOW_ONLINE--}</strong>
                </td>
        </tr>
        <tr>
-               <td width="85%" class="bottom" align="right"><div class="medium">{--GUESTS_ONLINE--}:</div></td>
-               <td width="5%" class="bottom seperator">&nbsp;</td>
-               <td width="10%" class="bottom"><strong>$content[guests_online]</strong></td>
+               <td class="bottom" align="right"><div class="medium">{--GUESTS_ONLINE--}:</div></td>
+               <td class="bottom"><strong>$content[guests_online]</strong></td>
        </tr>
        <tr>
                <td class="bottom" align="right"><div class="medium">{--MEMBERS_ONLINE--}:</div></td>
-               <td class="bottom seperator">&nbsp;</td>
                <td class="bottom"><strong>$content[members_online]</strong></td>
        </tr>
        <tr>
                <td align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></td>
-               <td class"seperator">&nbsp;</td>
                <td><strong>$content[admins_online]</strong></td>
        </tr>
 </table>
 </div>
-<br />
\ No newline at end of file
+</div>