Title rows added to several table, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_list_bonus.tpl
index 82e35d7d6e99a3123896812dd73fce3a860d8fbc..781575b221589a896b69b7ec7b7a5901dac771d6 100644 (file)
@@ -1,32 +1,50 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="90%"
-       class="admin_table dashed">
-       <TR>
-               <TD class="admin_header bottom2 right2" align="center" width="60">
-               <STRONG>{--BONUS_RANK--}</STRONG></TD>
-               <TD class="admin_header bottom2 right2" align="center" width="90">
-               <STRONG>{--_UID--}:</STRONG></TD>
-               <TD class="admin_header bottom2 right2" align="center"><STRONG>{--SURNAME_FAMILY--}:</STRONG>
-               </TD>
-               <TD class="admin_header bottom2 right2" align="center"><STRONG>{--BONUS_TURBO_TOTAL2--}:</STRONG>
-               </TD>
-               <TD class="admin_header bottom2" align="center" width="160"><STRONG>{--ADMIN_LAST_ONLINE--}:</STRONG>
-               </TD>
-       </TR>
-       {!__BONUS_ROWS!}
-       <TR>
-               <TD colspan="3" class="admin_header bottom2 right2" height="28"
-                       align="right"><U>{--BONUS_MEMBER_TOTAL--}:</U>&nbsp;</TD>
-               <TD class="admin_header bottom2 right2" height="28">&nbsp;<U>{!__TOTAL!}
-               {!POINTS!}</U></TD>
-               <TD class="admin_header bottom2">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="5" class="admin_header" align="center" height="55">
-               {!__BONUS_WITHDRAW_FORM!}</TD>
-       </TR>
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td colspan="5" class="table_header bottom" align="center">
+               <strong>{--ADMIN_LIST_BONUS_RALLYE_TITLE--}</strong>
+       </td>
+</tr>
+<tr>
+       <td class="header_column bottom right" align="center">
+               <strong>{--BONUS_RANK--}</strong>
+       </td>
+       <td class="header_column bottom right" align="center">
+               <strong>{--_UID--}:</strong>
+       </td>
+       <td class="header_column bottom right" align="center">
+               <strong>{--SURNAME_FAMILY--}:</strong>
+       </td>
+       <td class="header_column bottom right" align="center">
+               <strong>{--ADMIN_BONUS_TURBO_TOTAL--}:</strong>
+       </td>
+       <td class="header_column bottom" align="center">
+               <strong>{--LAST_ONLINE_SHORT--}:</strong>
+       </td>
+</tr>
+$content[rows]
+<tr>
+       <td colspan="3" class="header_column bottom right" align="right">
+               <u>{--ADMIN_TOTAL_MEMBER_BONUS--}:</u>&nbsp;
+       </td>
+       <td class="header_column bottom right">
+               <u>{%pipe,translateComma=$content[total]%} {?POINTS?}</u>
+       </td>
+       <td class="header_column bottom">&nbsp;</td>
+</tr>
+<tr>
+       <td colspan="5" class="header_column" align="center" height="55">
+               $content[withdraw_form]
+       </td>
+</tr>
+</table>
 
-<DIV class="admin_note"><STRONG>{--ADMIN_BONUS_WINNER_HIGLIGHTED--}</STRONG><BR>
-<BR>
-<FONT class="admin_note">{--ADMIN_BONUS_TIMEOUT_1--} <STRONG>{!__AUTOPURGE_TIMEOUT!}</STRONG>
-{--ADMIN_BONUS_TIMEOUT_2--}</FONT></DIV>
+<div class="notice">
+       <div>
+               <strong>{--ADMIN_BONUS_WINNER_HIGLIGHTED--}</strong>
+       </div>
+       <div>
+               $content[autopurge_timeout]
+       </div>
+</div>
+</div>