]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_beg.tpl
Title rows added to several table, naming convention applied:
[mailer.git] / templates / de / html / admin / admin_list_beg.tpl
index c696dad62ffd06e1778e0c7cc2daa543b4732edc..75a98eb811d41fca442483b87b382c944059aedc 100644 (file)
@@ -1,43 +1,51 @@
-<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>{--BEG_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>{--BEG_TOTAL--}:</strong>
-               </td>
-               <td class="admin_header bottom2" align="center" width="160">
-                       <strong>{--ADMIN_LAST_ONLINE--}:</strong>
-               </td>
-       </tr>
-       $content[rows]
-       <tr>
-               <td colspan="3" class="admin_header bottom2 right2" height="28" align="right">
-                       <u>{--BEG_MEMBER_TOTAL--}:</u>&nbsp;
-               </td>
-               <td class="admin_header bottom2 right2" height="28">
-                       &nbsp;<u>$content[total] {?POINTS?}</u>
-               </td>
-               <td class="admin_header bottom2">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="5" class="admin_header" align="center" height="55">
-                       $content[withdraw_form]
-               </td>
-       </tr>
+<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_BEG_TITLE--}/<strong>
+       </td>
+</tr>
+<tr>
+       <td class="header_column bottom right" align="center">
+               <strong>{--BEG_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>{--BEG_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>{--MEMBER_BEG_TOTAL--}:</u>
+       </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" align="center">
+               $content[withdraw_form]
+       </td>
+</tr>
 </table>
 
-<div class="admin_note">
+<div class="notice">
        <strong>{--ADMIN_BEG_WINNER_HIGLIGHTED--}</strong>
 
-       <div class="admin_note">
-               {--ADMIN_BEG_TIMEOUT_1--} <strong>$content[autopurge_timeout]</strong> {--ADMIN_BEG_TIMEOUT_2--}
+       <div>
+               {%message,ADMIN_BEG_TIMEOUT=$content[autopurge_timeout]%}
        </div>
 </div>
+</div>