A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_primera_mode_list.tpl
index fb2d39b2908f92d2f297d261bb9f74b71255ebe7..84eaf863e11eb33bbaeb7b8238a2ff00493a2cd1 100644 (file)
@@ -1,20 +1,19 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="680"
-       class="member_table dashed" align="center">
-       <TR>
-               <TD colspan="4" align="center" class="member_title2" height="30">
-                       <STRONG>{--PRIMERA_MEMBER_LIST_PRIMERA--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD width="180" align="center" class="member_title2 bottom2 right2"><STRONG>{--PRIMERA_TOTAL_PRIMERA--}</STRONG></TD>
-               <TD width="130" align="center" class="member_title2 bottom2 right2"><STRONG>{--PRIMERA_ACCOUNT--}</STRONG></TD>
-               <TD width="150" align="center" class="member_title2 bottom2 right2"><STRONG>{--PRIMERA_TIMESTAMP--}</STRONG></TD>
-               <TD width="120" align="center" class="member_title2 bottom2"><STRONG>{--PRIMERA_MEMBER_STATUS--}</STRONG></TD>
-       </TR>
+<table border="0" cellspacing="0" cellpadding="0" width="680" class="table dashed" align="center">
+       <tr>
+               <td colspan="4" align="center" class="table_header">
+                       <strong>{--MEMBER_PRIMERA_LIST_PRIMERA--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="180" align="center" class="header_column bottom right"><strong>{--PRIMERA_TOTAL_PRIMERA--}</strong></td>
+               <td width="130" align="center" class="header_column bottom right"><strong>{--PRIMERA_ACCOUNT--}</strong></td>
+               <td width="150" align="center" class="header_column bottom right"><strong>{--PRIMERA_TIMESTAMP--}</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--MEMBER_PRIMERA_STATUS--}</strong></td>
+       </tr>
        $content[rows]
-       <TR>
-               <TD colspan="4" class="member_footer" align="center">
-                       <a href="{!URL!}/modules.php?module=login&amp;what=primera&amp;mode=choose">{--MEMBER_PRIMERA_MODE_CHOOSE2--}</a>
-               </TD>
-       </TR>
-</TABLE>
+       <tr>
+               <td colspan="4" class="table_footer" align="center">
+                       <a href="{%url=modules.php?module=login&amp;what=primera&amp;mode=choose%}">{--MEMBER_PRIMERA_MODE_CHOOSE2--}</a>
+               </td>
+       </tr>
+</table>