]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_doubler_already.tpl
A lot naming conventions applied, TODOs.txt updated
[mailer.git] / templates / de / html / admin / admin_list_doubler_already.tpl
index d518f192bcd752144df8a5d867c6d805edddb461..89b1a209843ac4971db524804bdadea77219cca5 100644 (file)
@@ -1,25 +1,29 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="540" class="admin_table dashed">
-       <TR>
-               <TD class="admin_title" align="center" height="30" colspan="4">
-                       <div class="big">{!__ADMIN_DOUBLER_LIST_ALREADY!}</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%">
-                       <div class="medium">{--REMOTE_IP--}:</STRONG>
-               </TD>
-       </TR>
-       {!__ROWS_CONTENT!}
-       <TR>
-               <TD colspan="4" class="seperator">&nbsp;</TD>
-       </TR>
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <tr>
+               <td class="admin_title" align="center" colspan="4">
+                       <div class="big">$content[list_already]</div>
+               </td>
+       </tr>
+       <tr>
+               <td class="header_column bottom right" align="center" height="25" width="25%">
+                       <div class="medium">{--_UID--}:</div>
+               </td>
+               <td class="header_column bottom right" align="center" width="25%">
+                       <div class="medium">{?POINTS?}:</div>
+               </td>
+               <td class="header_column bottom right" align="center" width="25%">
+                       <div class="medium">{--ADMIN_DOUBLER_PAYMENT_TIMEMARK--}:</div>
+               </td>
+               <td class="header_column bottom" align="center" width="25%">
+                       <div class="medium">{--REMOTE_IP--}:</div>
+               </td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="4" class="admin_footer">
+                       {--ADMIN_DOUBLER_FOOTER--}
+               </td>
+       </tr>
+</table>
+</div>