]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_task.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_task.tpl
index 4ec5340251a73234f73c960beffe78e4408cebfb..15ec420d5df4adf71f49578e6794cfe9f53c397b 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">
@@ -22,9 +22,9 @@ $content[rows]
                <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>