]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_mails_edit.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_admins_mails_edit.tpl
index aab0519e87a9ff8f8e9e66a6b27ef4b45798519d..4f758d3bc04cbba7ccfa895817e499776a2d95e9 100644 (file)
@@ -1,23 +1,26 @@
-<FORM 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">
-       <TR>
-               <TD colspan="2" align="center" class="admin_title" height="30"><STRONG>{--ADMINS_MAILS_EDIT_TITLE--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_ADMINS_TEMPLATE--}:</STRONG>
-               </TD>
-               <TD class="admin_title bottom2" align="center"><STRONG>{--ADMIN_ADMINS_CONTACT--}:</STRONG>
-               </TD>
-       </TR>
-       {!__ADMINS_ROWS!}
-       <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>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=admins_mails%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+       <tr>
+               <td colspan="2" align="center" class="table_header">
+                       <strong>{--ADMINS_MAILS_EDIT_TITLE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td class="header_column bottom right" align="center">
+                       <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
+               </td>
+               <td class="header_column bottom" align="center">
+                       <strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="change" value="{--ADMIN_ADMINS_CHANGE--}" />
+               </td>
+       </tr>
+</table>
+</form>
+</div>