Admin menu has now a JavaScript "effect":
[mailer.git] / templates / de / html / member / member_primera_mode_list.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="680" class="table dashed" align="center">
3         <tr>
4                 <td colspan="4" align="center" class="table_header bottom">
5                         <strong>{--MEMBER_PRIMERA_LIST_PRIMERA--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td width="180" align="center" class="header_column bottom right"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></td>
10                 <td width="130" align="center" class="header_column bottom right"><strong>{--PRIMERA_ACCOUNT--}</strong></td>
11                 <td width="150" align="center" class="header_column bottom right"><strong>{--PRIMERA_TIMESTAMP--}</strong></td>
12                 <td width="120" align="center" class="header_column bottom"><strong>{--MEMBER_PRIMERA_STATUS--}</strong></td>
13         </tr>
14         $content[rows]
15         <tr>
16                 <td colspan="4" class="table_footer" align="center">
17                         <a href="{%url=modules.php?module=login&amp;what=primera&amp;do=choose%}">{--MEMBER_PRIMERA_MODE_CHOOSE2--}</a>
18                 </td>
19         </tr>
20 </table>
21 </div>