]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_mails_edit.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_admins_mails_edit.tpl
index c331913b4bf968d83115c6463235c3026b5a3abb..ca49fe06007b0d7b9093a6eab6b8451a14932e48 100644 (file)
@@ -1,22 +1,26 @@
+<div align="center">
 <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">
+<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" 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 class="header_column bottom2 right2" align="center">
+                       <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
                </td>
-               <td class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
+               <td class="header_column bottom2" 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="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>