]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_doubler_waiting.tpl
ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_list_doubler_waiting.tpl
index 6e9ea2727a0b68e847a032a365a359e16d9f39f2..92f8cfff6f98ed7b69c1beb6ee8b26343556b6a4 100644 (file)
@@ -1,21 +1,21 @@
-<table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td class="admin_title" align="center" height="30" colspan="4"><strong
-                       class="big">{!__ADMIN_DOUBLER_LIST_WAITING!}</strong></td>
+               <td class="admin_title" align="center" colspan="4">
+                       <strong class="big">$content[list_waiting]</strong>
+               </td>
        </tr>
        <tr>
-               <td class="admin_title bottom2 right2" align="center" height="25"
-                       width="25%"><div class="medium">{--_UID--}:</strong></td>
-               <td class="admin_title bottom2 right2" align="center" width="25%">
-               <div class="medium">{!POINTS!}:</strong></td>
-               <td class="admin_title bottom2 right2" align="center" width="25%">
-               <div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</strong>
-               </td>
-               <td class="admin_title bottom2" align="center" width="25%"><strong
-                       class="medium">{--REMOTE_IP--}:</strong></td>
+               <td class="header_column bottom right" align="center" height="25" width="25%"><strong>{--_UID--}:</strong></td>
+               <td class="header_column bottom right" align="center" width="25%"><strong>{?POINTS?}:</strong></td>
+               <td class="header_column bottom right" align="center" width="25%"><strong>{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</strong></td>
+               <td class="header_column bottom" align="center" width="25%"><strong class="medium">{--REMOTE_IP--}:</strong></td>
        </tr>
-       {!__ROWS_CONTENT!}
+       $content[rows]
        <tr>
-               <td colspan="4" class="seperator">&nbsp;</td>
+               <td colspan="4" class="admin_footer">
+                       {--ADMIN_DOUBLER_FOOTER--}
+               </td>
        </tr>
 </table>
+</div>