]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_overview_table.tpl
Removed some column aliases as they make it harder to check which column was ment
[mailer.git] / templates / de / html / admin / admin_overview_table.tpl
index 8bdd8ebb4d228bf0d6d859a5a4e9a4b660579d81..482241479480cbc960111587559596a174e6fbc9 100644 (file)
@@ -1,23 +1,26 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin%}" method="post">
+{%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 top left right">
+       <td colspan="7" align="center" class="admin_task_header bottom">
                <strong>{--ADMIN_TASK_SYSTEM_WELCOME--}</strong>
        </td>
 </tr>
+
 <tr>
-       <td align="center" class="top bottom right left header_column"><strong>{--ID_SELECT--}</strong></td>
-       <td align="center" class="top bottom right header_column"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
-       <td align="center" class="top bottom right header_column"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
-       <td align="center" class="top bottom right header_column"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
-       <td align="center" class="top bottom right header_column"><strong>{--ADMIN_MEMBER_USERID--}</strong></td>
-       <td align="center" class="top bottom right header_column"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
-       <td align="center" class="top bottom right header_column"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
+       <td align="center" class="bottom right left header_column" width="30"><strong>{--ID_SELECT--}</strong></td>
+       <td align="center" class="bottom right header_column"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
+       <td align="center" class="bottom right header_column"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
+       <td align="center" class="bottom right header_column"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
+       <td align="center" class="bottom right header_column"><strong>{--ADMIN_MEMBER_USERID--}</strong></td>
+       <td align="center" class="bottom right header_column"><strong>{--ADMIN_TASK_TYPE--}</strong></td>
+       <td align="center" class="bottom right header_column"><strong>{--ADMIN_TASK_CREATED--}</strong></td>
 </tr>
+
 $content
+
 <tr>
-       <td colspan="7" align="center" class="table_footer bottom left right">
+       <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" />
@@ -26,5 +29,5 @@ $content
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>