]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_header_task.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_overview_header_task.tpl
index f045a68ae8afd4d52d0a1bca839f3e0ebd316bf7..3346e1084fa4f82e6bfaf2c323ac80de68bfa271 100644 (file)
@@ -1,18 +1,17 @@
-<FORM
-       action="{!URL!}/modules.php?module=admin&amp;what=list_task&amp;type=$content[type]"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="95%"
-       align="center" class="admin_table">
-       <TR>
-               <TD colspan="6" align="center"
-                       class="admin_task_header top2 left2 right2"><STRONG
-                       class="admin_welcome">$content[message]</STRONG></TD>
-       </TR>
-       <TR>
-               <TD align="center" class="top2 bottom2 right2 left2 admin_header"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_ASSIGNED_ADMIN--}</STRONG></TD>
-               <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_TASK_INFOS--}</STRONG></TD>
-               <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_MEMBER_UID--}</STRONG></TD>
-               <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_TASK_TYPE--}</STRONG></TD>
-               <TD align="center" class="top2 bottom2 right2 admin_header"><STRONG>{--ADMIN_TASK_CREATED--}</STRONG></TD>
-       </TR>
\ No newline at end of file
+<div align="center">
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_task&amp;type=$content[type]" method="post" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_tasktable dashed">
+<tr>
+       <td colspan="7" align="center" class="admin_task_header bottom2">
+               <strong>$content[message]</strong>
+       </td>
+</tr>
+<tr>
+       <td align="center" class="header_column bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
+       <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
+       <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
+       <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
+       <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_MEMBER_UID--}</strong></td>
+       <td align="center" class="header_column bottom2 right2"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
+       <td align="center" class="header_column bottom2"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
+</tr>