]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_bonus.tpl
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_list_bonus.tpl
index a4ff830b0ff24246b909eed20e56104a5e1e2ad3..1b66d348f4b586012fe964c87a9ccde9cbff942a 100644 (file)
@@ -1,32 +1,46 @@
-<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="admin_table dashed">
+       <!-- @TODO No title here? //-->
+       <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>{--BONUS_TURBO_TOTAL2--}:</strong>
+               </td>
+               <td class="header_column bottom" align="center">
+                       <strong>{--ADMIN_LAST_ONLINE--}:</strong>
+               </td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="3" class="header_column bottom right" align="right">
+                       <u>{--BONUS_MEMBER_TOTAL--}:</u>&nbsp;
+               </td>
+               <td class="header_column bottom right">
+                       <u>$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 />
-<div class="admin_note">{--ADMIN_BONUS_TIMEOUT_1--} <strong>{!__AUTOPURGE_TIMEOUT!}</strong>
-{--ADMIN_BONUS_TIMEOUT_2--}</div></div>
+<div class="admin_note">
+       <div>
+               <strong>{--ADMIN_BONUS_WINNER_HIGLIGHTED--}</strong>
+       </div>
+       <div>
+               {%message,ADMIN_BONUS_TIMEOUT=$content[autopurge_timeout]%}
+       </div>
+</div>
+</div>