]> 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 aa1c368e7007ca17e4040db6812357bb23cd330d..1290819df51676263bfb5ea113ccb8d9964d2056 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">
-               <strong>{--ADMIN_TASK_SYSTEM_WELCOME--}</strong>
+       <td colspan="7" align="center" class="table_header bottom">
+               {--ADMIN_TASK_SYSTEM_WELCOME--}
        </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">{--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="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="delete" 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>