]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_admins.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_edit_admins.tpl
index 94bbbcf55fadcb73025ac9d4b5b0e7dc1bac8300..6e6a943e6b443a50aa38f74c77962c577b1b3ade 100644 (file)
@@ -1,8 +1,9 @@
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=admins_edit%}" method="post">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=admins_edit%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
        <tr>
                <td colspan="6" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong>
+                       <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS_TITLE--}</strong>
                </td>
        </tr>
        <tr>
        <tr>
                <td colspan="6" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="change" value="{--ADMIN_ADMINS_EDIT--}" />
+                       <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>
 
 <div class="notice">
-       {--ADMIN_ADMINS_ACL_NOTE--}<br />
-       <br />
-       {--ADMIN_ADMINS_EDIT_NOTE--}
+       <div>
+               {--ADMIN_ADMINS_ACL_NOTICE--}
+       </div>
+
+       <div>
+               {--ADMIN_ADMINS_EDIT_NOTICE--}
+       </div>
 </div>