]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_mails_edit.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_admins_mails_edit.tpl
index c331913b4bf968d83115c6463235c3026b5a3abb..c7637575c2c0858f3333d290f53859e0c5d1abf6 100644 (file)
@@ -1,22 +1,26 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=admins_mails" method="post" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" width="500"
-       class="admin_table dashed">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=admins_mails%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_EDIT_TITLE--}</strong>
+               <td colspan="2" align="center" class="table_header">
+                       <strong>{--ADMIN_EDIT_ADMINS_MAILS_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
+               <td class="header_column bottom right" align="center">
+                       <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
                </td>
-               <td class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
+               <td class="header_column bottom" align="center">
+                       <strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
                </td>
        </tr>
        $content
        <tr>
-               <td colspan="2" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="change" class="admin_submit"
-                       value="{--ADMIN_ADMINS_CHANGE--}" /></td>
+               <td colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_EDIT_ADMINS_MAILS_SUBMIT--}" />
+               </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>