]> 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 23ba7adbc8d52331fbaedf9c63d68b4ead32bb2d..482241479480cbc960111587559596a174e6fbc9 100644 (file)
@@ -1,30 +1,33 @@
 <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_UID--}</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" />
                <input type="submit" name="redir" value="{--ADMIN_REDIRECT_TASKS--}" class="form_submit" />
-               <input type="submit" name="del" value="{--ADMIN_DELETE_ENTRIES--}" class="form_delete" />
+               <input type="submit" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" class="form_delete" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>