]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_table.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_overview_table.tpl
index 40cf1641d87cec1953aa0a0694984f157e9024b6..1290819df51676263bfb5ea113ccb8d9964d2056 100644 (file)
@@ -1,30 +1,33 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;action=login" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center" class="admin_table">
+{%form,formMethodPost=modules.php?module=admin%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td colspan="7" align="center" class="admin_task_header top2 left2 right2">
-               <div class="admin_welcome">{--ADMIN_TASK_SYSTEM_WELCOME--}</div>
+       <td colspan="7" align="center" class="table_header bottom">
+               {--ADMIN_TASK_SYSTEM_WELCOME--}
        </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_REGISTER_EXTENSION--}</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>
+       <td align="center" class="bottom right left header_column" width="30">{--ID_SELECT--}</td>
+       <td align="center" class="bottom right header_column">{--ADMIN_TASK_ASSIGNED_ADMIN--}</td>
+       <td align="center" class="bottom right header_column">{--ADMIN_TASK_REGISTER_EXTENSION--}</td>
+       <td align="center" class="bottom right header_column">{--ADMIN_TASK_INFOS--}</td>
+       <td align="center" class="bottom right header_column">{--ADMIN_ASSIGNED_USERID--}</td>
+       <td align="center" class="bottom right header_column">{--ADMIN_TASK_TYPE--}</td>
+       <td align="center" class="bottom right header_column">{--ADMIN_TASK_CREATED--}</td>
 </tr>
+
 $content
+
 <tr>
-       <td colspan="7" align="center" class="admin_footer bottom2 left2 right2">
-               <input type="reset" value="{--ADMIN_UNSELECT_ALL--}" class="admin_reset" />
-               <input type="submit" name="assign" value="{--ADMIN_ASSIGN_TASKS--}" class="admin_submit" />
-               <input type="submit" name="unassign" value="{--ADMIN_UNASSIGN_TASKS--}" class="admin_submit" />
-               <input type="submit" name="redir" value="{--ADMIN_REDIRECT_TASKS--}" class="admin_submit" />
-               <input type="submit" name="del" value="{--ADMIN_DELETE_ENTRIES--}" class="admin_delete" />
+       <td colspan="7" align="center" class="table_footer">
+               <input type="reset" value="{--ADMIN_UNSELECT_ALL--}" class="form_reset" />
+               <input type="submit" name="assign" value="{--ADMIN_ASSIGN_TASKS--}" class="form_submit" />
+               <input type="submit" name="unassign" value="{--ADMIN_UNASSIGN_TASKS--}" class="form_submit" />
+               <input type="submit" name="redir" value="{--ADMIN_REDIRECT_TASKS--}" class="form_submit" />
+               <input type="submit" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" class="form_delete" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>