24dcf2164f3d17f90452c7c15d6133cb6cc071a3
[mailer.git] / templates / de / html / admin / admin_list_online.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" align="center" class="table dashed">
3 <tr>
4         <td colspan="8" class="table_header bottom">
5                 <strong>{--ADMIN_ONLINE_DETAILS--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td align="center" width="5%" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
10         <td align="center" width="10%" class="header_column bottom right"><strong>{--_UID--}:</strong></td>
11         <td align="center" width="10%" class="header_column bottom right"><strong>{--REMOTE_IP--}:</strong></td>
12         <td align="center" width="5%" class="header_column bottom right"><strong>{--_REFID--}:</strong></td>
13         <td align="center" width="10%" class="header_column bottom right"><strong>{--_MODULE--}:</strong></td>
14         <td align="center" width="10%" class="header_column bottom right"><strong>{--MENU_ACTION--}:</strong></td>
15         <td align="center" width="5%" class="header_column bottom right"><strong>{--MENU_WHAT--}:</strong></td>
16         <td align="center" width="10%" class="header_column bottom"><strong>{--LAST_SEEN--}:</strong></td>
17 </tr>
18 $content[rows]
19 <tr>
20         <td colspan="8" class="table_footer">
21                 {--ONLINE_TIMEOUT_IS--}
22         </td>
23 </tr>
24 </table>
25 </div>