]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_online.tpl
Removed some column aliases as they make it harder to check which column was ment
[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
9 <tr>
10         <td align="center" width="5%" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
11         <td align="center" width="10%" class="header_column bottom right"><strong>{--_USERID--}:</strong></td>
12         <td align="center" width="10%" class="header_column bottom right"><strong>{--REMOTE_IP--}:</strong></td>
13         <td align="center" width="5%" class="header_column bottom right"><strong>{--_REFID--}:</strong></td>
14         <td align="center" width="10%" class="header_column bottom right"><strong>{--_MODULE--}:</strong></td>
15         <td align="center" width="10%" class="header_column bottom right"><strong>{--ADMIN_MENU_ACTION--}:</strong></td>
16         <td align="center" width="5%" class="header_column bottom right"><strong>{--ADMIN_MENU_WHAT--}:</strong></td>
17         <td align="center" width="10%" class="header_column bottom"><strong>{--LAST_SEEN--}:</strong></td>
18 </tr>
19
20 $content[rows]
21
22 <tr>
23         <td colspan="8" class="table_footer">
24                 {--ONLINE_TIMEOUT_IS--}
25         </td>
26 </tr>
27 </table>
28 </div>