]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_doubler_already.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_list_doubler_already.tpl
index a6ad8f0e65b2893de91e7d7039df0a21b23ba6ad..4b9b686a5db844c80a1edadaa5d9211a6af7397d 100644 (file)
@@ -1,25 +1,29 @@
-<table border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="admin_title" align="center" height="30" colspan="4">
-                       <div class="big">{!__ADMIN_DOUBLER_LIST_ALREADY!}</STRONG>
+               <td class="table_header" align="center" colspan="4">
+                       <div class="big">$content[list_already]</div>
                </td>
        </tr>
        <tr>
-               <td class="admin_title bottom2 right2" align="center" height="25" width="25%">
-                       <div class="medium">{--_UID--}:</STRONG>
+               <td class="header_column bottom right" align="center" height="25" width="25%">
+                       <div class="medium">{--_UID--}:</div>
                </td>
-               <td class="admin_title bottom2 right2" align="center" width="25%">
-                       <div class="medium">{!POINTS!}:</STRONG>
+               <td class="header_column bottom right" align="center" width="25%">
+                       <div class="medium">{?POINTS?}:</div>
                </td>
-               <td class="admin_title bottom2 right2" align="center" width="25%">
-                       <div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</STRONG>
+               <td class="header_column bottom right" align="center" width="25%">
+                       <div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</div>
                </td>
-               <td class="admin_title bottom2" align="center" width="25%">
-                       <div class="medium">{--REMOTE_IP--}:</STRONG>
+               <td class="header_column bottom" align="center" width="25%">
+                       <div class="medium">{--REMOTE_IP--}:</div>
                </td>
        </tr>
-       {!__ROWS_CONTENT!}
+       $content[rows]
        <tr>
-               <td colspan="4" class="seperator">&nbsp;</td>
+               <td colspan="4" class="table_footer">
+                       {--ADMIN_DOUBLER_FOOTER--}
+               </td>
        </tr>
 </table>
+</div>