]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_admins_acls.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_edit_admins_acls.tpl
index dce8929bdd6a87335d5615bfd03ba86ae6f8c600..497e0f4423dd4b69d8ce39bf7ba36f48740f39a0 100644 (file)
@@ -1,9 +1,9 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_admins_acls%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_admins_acls%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="5" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_ADMINS_EDIT_ACLS--}:</strong>
+                       <strong>{--ADMIN_ADMINS_EDIT_ACLS_TITLE--}:</strong>
                </td>
        </tr>
        <tr>
@@ -17,9 +17,9 @@
        <tr>
                <td colspan="5" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="change" value="{--ADMIN_ADMINS_CHANGE_ACLS_SUBMIT--}" />
+                       <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_ADMINS_CHANGE_ACLS_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>