]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_doubler_waiting.tpl
Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / admin / admin_list_doubler_waiting.tpl
index 5e29622be20b4a7e42867e6e7d4881f49116c0c9..92f8cfff6f98ed7b69c1beb6ee8b26343556b6a4 100644 (file)
@@ -1,17 +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">
+               <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%"><strong>{--_UID--}:</strong></td>
-               <td class="admin_title bottom2 right2" align="center" width="25%"><strong>{?POINTS?}:</strong></td>
-               <td class="admin_title bottom2 right2" align="center" width="25%"><strong>{--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>