]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_task.tpl
Rewrote script to use more EL, introduced wrappers for sending pool:
[mailer.git] / templates / de / html / admin / admin_list_task.tpl
index d180e3baa0425e8c24e024e5eecea85f39c1a0c3..d07a075aa31fd86a59ee80b77033825a7a0688c4 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_task&amp;type=$content[type]%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_task&amp;type=$content[type]%}
 <table border="0" cellspacing="0" cellpadding="0" class="admin_tasktable dashed">
 <tr>
        <td colspan="7" align="center" class="admin_task_header bottom">
@@ -7,7 +7,7 @@
        </td>
 </tr>
 <tr>
-       <td align="center" class="header_column bottom right"><strong>{--ID_SELECT--}</strong></td>
+       <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
        <td align="center" class="header_column bottom right"><strong>{--ADMIN_ASSIGNED_ADMIN--}</strong></td>
        <td align="center" class="header_column bottom right"><strong>{--ADMIN_REGISTER_EXTENSION--}</strong></td>
        <td align="center" class="header_column bottom right"><strong>{--ADMIN_TASK_INFOS--}</strong></td>
@@ -26,5 +26,5 @@ $content[rows]
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>