]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_overview_table.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_overview_table.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin" method="post" style="margin-bottom: 0px">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4 <tr>
5         <td colspan="7" align="center" class="admin_task_header top2 left2 right2">
6                 <strong>{--ADMIN_TASK_SYSTEM_WELCOME--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td align="center" class="top2 bottom2 right2 left2 header_column"><strong>{--ID_SELECT--}</strong></td>
11         <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
12         <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
13         <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
14         <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_MEMBER_UID--}</strong></td>
15         <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
16         <td align="center" class="top2 bottom2 right2 header_column"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
17 </tr>
18 $content
19 <tr>
20         <td colspan="7" align="center" class="admin_footer bottom2 left2 right2">
21                 <input type="reset" value="{--ADMIN_UNSELECT_ALL--}" class="admin_reset" />
22                 <input type="submit" name="assign" value="{--ADMIN_ASSIGN_TASKS--}" class="admin_submit" />
23                 <input type="submit" name="unassign" value="{--ADMIN_UNASSIGN_TASKS--}" class="admin_submit" />
24                 <input type="submit" name="redir" value="{--ADMIN_REDIRECT_TASKS--}" class="admin_submit" />
25                 <input type="submit" name="del" value="{--ADMIN_DELETE_ENTRIES--}" class="admin_delete" />
26         </td>
27 </tr>
28 </table>
29 </form>
30 </div>