]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_imprint.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_imprint.tpl
index 306de892c31850a2f5aa2c7d2431c6a61987dce2..d02bc2b148031061570ccce6ffca95f90c3e46a6 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_imprint%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_imprint%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
        <tr>
                <td colspan="3" align="center" class="table_header">
@@ -16,9 +16,9 @@
                <td colspan="3" class="table_footer">
                        <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
                        <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT--}" />
-                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_DELETE_ENTRIES--}" />
+                       <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>