]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_primera_main.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_primera_main.tpl
index b8d100f3180b574f0e9f1e21ba9b0559fca90065..5f7dcc726f20fdbdc41838474c93a646ef6e023a 100644 (file)
@@ -1,16 +1,21 @@
-<table border="0" cellspacing="0" cellpadding="0" width="90%" class="admin_table dashed">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<!-- @TODO No title here? //-->
 <tr>
-       <td class="admin_header bottom2 right2" align="center" width="60"><strong>{--ID_SELECT--}</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>{--PRIMERA_ADMIN_ACCOUNT--}</strong></td>
-       <td class="admin_header bottom2 right2" align="center"><strong>{--PRIMERA_ADMIN_TRANSFERED--}</strong></td>
-       <td class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_TIMESTAMP--}</strong></td>
-       <td class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_TYPE--}</strong></td>
-       <td class="admin_header bottom2 right2" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_MESSAGE--}</strong></td>
-       <td class="admin_header bottom2" align="center" width="160"><strong>{--PRIMERA_ADMIN_API_STATUS--}</strong></td>
+       <td class="header_column bottom right" align="center" width="60"><strong>{--ID_SELECT--}</strong></td>
+       <td class="header_column bottom right" align="center" width="90"><strong>{--_UID--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_PRIMERA_ACCOUNT--}</strong></td>
+       <td class="header_column bottom right" align="center"><strong>{--ADMIN_PRIMERA_TRANSFERED--}</strong></td>
+       <td class="header_column bottom right" align="center" width="160"><strong>{--ADMIN_PRIMERA_TIMESTAMP--}</strong></td>
+       <td class="header_column bottom right" align="center" width="160"><strong>{--ADMIN_PRIMERA_TYPE--}</strong></td>
+       <td class="header_column bottom right" align="center" width="160"><strong>{--ADMIN_PRIMERA_API_MESSAGE--}</strong></td>
+       <td class="header_column bottom" align="center" width="160"><strong>{--ADMIN_PRIMERA_API_STATUS--}</strong></td>
 </tr>
 $content
 <tr>
-       <td colspan="8" class="admin_footer seperator">&nbsp;</td>
+       <td colspan="8" class="table_footer">
+               {--ADMIN_PRIMERA_FOOTER--}
+       </td>
 </tr>
 </table>
+</div>