Extension ext-surfbar continued:
[mailer.git] / templates / de / html / member / member_list_surfbar.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="100%" class="table dashed">
2 <tr>
3         <td colspan="6" class="header_column bottom">
4                 <strong>{--MEMBER_SURFBAR_LIST_TITLE--}</strong>
5         </td>
6 </tr>
7 <tr>
8         <td align="center" class="header_column bottom right">
9                 <strong>{--MEMBER_SURFBAR_TEST_URL--}</strong>
10         </td>
11         <td align="center" class="header_column bottom right">
12                 <strong>{--MEMBER_SURFBAR_STATUS--}</strong>
13         </td>
14         <td align="center" class="header_column bottom right">
15                 <strong>{--MEMBER_SURFBAR_REGISTERED--}</strong>
16         </td>
17         <td align="center" class="header_column bottom right">
18                 <strong>{--MEMBER_SURFBAR_LAST_LOCKED--}</strong>
19         </td>
20         <td align="center" class="header_column bottom right">
21                 <strong>{--MEMBER_SURFBAR_LOCK_REASON--}</strong>
22         </td>
23         <td align="center" class="header_column bottom">
24                 <strong>{--MEMBER_SURFBAR_ACTIONS--}</strong>
25         </td>
26 </tr>
27 $content
28 <tr>
29         <td colspan="6" class="table_footer" style="padding-left:5px;padding-right:5px">
30                 <span class="notice">{--MEMBER_SURFBAR_LIST_NOTE--}</span>
31         </td>
32 </tr>
33 </table>