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