]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_mails_edit.tpl
New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_admins_mails_edit.tpl
index 95a39db96c191142d7e43c9ca113adbc42fc597f..9cfef2199875c53a341e40ebbaf21ec8efed87ea 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">
+<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="admin_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="admin_title">
+                       <strong>{--ADMINS_MAILS_EDIT_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>
-       {!__ADMINS_ROWS!}
+       $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="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>