Next phase of rewrite: member_header->header_column and other CSS class fixes/rewrites
[mailer.git] / templates / de / html / member / member_bonus.tpl
index c7490a62233d8d8016e1b8e3481a70794281528e..bf4bb081d2eb06d14ecc58efe081020ed9d3365a 100644 (file)
@@ -1,13 +1,17 @@
 <div align="center">
-<strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong><br />
-<br />
+
+<div class="para">
+<strong>{--BONUS_MEMBER_HERE_IS_THE_LIST--}</strong>
+</div>
+
+<div class="para">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
        <tr>
-               <td width="80" align="center" class="member_header bottom"><strong>{--BONUS_RANK--}:</strong></td>
-               <td width="120" align="center" class="member_header bottom"><strong>{--_UID--}:</strong></td>
+               <td width="80" align="center" class="header_column bottom"><strong>{--BONUS_RANK--}:</strong></td>
+               <td width="120" align="center" class="header_column bottom"><strong>{--_UID--}:</strong></td>
 
-               <td width="100" align="center" class="member_header bottom"><strong>{?POINTS?}:</strong></td>
-               <td width="220" align="center" class="member_header bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
+               <td width="100" align="center" class="header_column bottom"><strong>{?POINTS?}:</strong></td>
+               <td width="220" align="center" class="header_column bottom"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
        </tr>
        $content[rows]
        <tr>
                <div class="tiny member_note">{--BONUS_RALLYE_NOTE--}</div></td>
        </tr>
 </table>
-<br />
+</div>
 
-<table border="0" cellspacing="0" cellpadding="0" width="90%"
-       class="member_table dashed">
+<div class="para">
+<table border="0" cellspacing="0" cellpadding="0" width="90%" class="member_table dashed">
        <tr>
-               <td class="member_header bottom"
+               <td class="header_column bottom"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px"
-                       align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong></td>
+                       align="center"><strong>{--BONUS_RALLYE_CONDITIONS--}:</strong>
+               </td>
        </tr>
        <tr>
                <td class="member_note bottom" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
@@ -44,3 +49,4 @@
        </tr>
 </table>
 </div>
+</div>