Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_list_unconfirmed_list.tpl
index 40eaa3628f5335114044a3ee3a72a61b6864155a..f53c8a61cb7eb4a795f1b39b23554b9fcc0cf285 100644 (file)
@@ -1,9 +1,12 @@
-<table border="0" cellspacing="0" cellpadding="0" width="100%" class="admin_table">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<!-- @TODO Shouldn't we add a title here? //-->
 <tr>
-       <td width="10%" align="center" class="admin_title bottom2 top2 right2" height="26"><strong>{--ID_SELECT--}</strong></td>
-       <td width="10%" align="center" class="admin_title bottom2 top2 right2"><strong>{--MAILID_LINK--}</strong></td>
-       <td width="45%" align="center" class="admin_title bottom2 top2 right2"><strong>{--SURNAME_FAMILY--}</strong></td>
-       <td width="35%" align="center" class="admin_title bottom2 top2"><strong>{--ACCOUNT_STATUS--}</strong></td>
+       <td width="10%" align="center" class="header_column bottom2 top2 right2" height="26"><strong>{--ID_SELECT--}</strong></td>
+       <td width="10%" align="center" class="header_column bottom2 top2 right2"><strong>{--MAILID_LINK--}</strong></td>
+       <td width="45%" align="center" class="header_column bottom2 top2 right2"><strong>{--SURNAME_FAMILY--}</strong></td>
+       <td width="35%" align="center" class="header_column bottom2 top2"><strong>{--ACCOUNT_STATUS--}</strong></td>
 </tr>
 $content
 </table>
+</div>