fooRequestElementBar() functions renamed, adding of request parameters added:
[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="admin_table dashed">
3 <tr>
4         <td colspan="8" class="admin_title 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="admin_footer">$content[online_timeout]</td>
21 </tr>
22 </table>
23 </div>