]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_online.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_list_online.tpl
index 818838e5d0053441b4088486c00565aba25ed06d..8c6a24d80ad7826fe17762366b76cf8addcb7358 100644 (file)
@@ -1,32 +1,28 @@
-<table border="0" cellspacing="0" cellpadding="0" width="99%" align="center" class="admin_table dashed">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" align="center" class="table dashed">
 <tr>
-       <td colspan="6" height="7" class="seperator">&nbsp;</td>
-</tr>
-<tr>
-       <td colspan="8" align="left">
-       <table border="0" cellspacing="0" cellpadding="0" width="100%">
-               <tr>
-                       <td width="10">&nbsp;</td>
-                       <td><strong>{--ADMIN_ONLINE_DETAILS--}</strong></td>
-               </tr>
-       </table>
+       <td colspan="8" class="table_header bottom">
+               {--ADMIN_ONLINE_DETAILS--}
        </td>
 </tr>
+
 <tr>
-       <td colspan="8" height="10" class="seperator bottom">&nbsp;</td>
-</tr>
-<tr>
-       <td align="center" width="5%" class="admin_title bottom right"><strong>{--Id_SELECT--}</strong></td>
-       <td align="center" width="10%" class="admin_title bottom right"><strong>{--_UID--}:</strong></td>
-       <td align="center" width="10%" class="admin_title bottom right"><strong>{--REMOTE_IP--}:</strong></td>
-       <td align="center" width="5%" class="admin_title bottom right"><strong>{--_REFID--}:</strong></td>
-       <td align="center" width="10%" class="admin_title bottom right"><strong>{--_MODULE--}:</strong></td>
-       <td align="center" width="10%" class="admin_title bottom right"><strong>{--MENU_ACTION--}:</strong></td>
-       <td align="center" width="5%" class="admin_title bottom right"><strong>{--MENU_WHAT--}:</strong></td>
-       <td align="center" width="10%" class="admin_title bottom"><strong>{--LAST_SEEN--}:</strong></td>
+       <td align="center" width="5%" class="header_column bottom right">{--ID_SELECT--}</td>
+       <td align="center" width="10%" class="header_column bottom right">{--_USERID--}:</td>
+       <td align="center" width="10%" class="header_column bottom right">{--REMOTE_IP--}:</td>
+       <td align="center" width="5%" class="header_column bottom right">{--_REFID--}:</td>
+       <td align="center" width="10%" class="header_column bottom right">{--_MODULE--}:</td>
+       <td align="center" width="10%" class="header_column bottom right">{--ADMIN_MENU_ACTION--}</td>
+       <td align="center" width="5%" class="header_column bottom right">{--ADMIN_MENU_WHAT--}</td>
+       <td align="center" width="10%" class="header_column bottom">{--LAST_SEEN--}:</td>
 </tr>
+
 $content[rows]
+
 <tr>
-       <td colspan="8" class="admin_footer">$content[online_timeout]</td>
+       <td colspan="8" class="table_footer">
+               {--ONLINE_TIMEOUT_IS--}
+       </td>
 </tr>
 </table>
+</div>