]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_mails_list.tpl
Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
index 51f80370bafb2f0466cb8aaa6010413b2a15d826..38fe53526f7b6a64df86e1e3270f35ad9ebbdf86 100644 (file)
@@ -1,7 +1,8 @@
+<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">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="3" align="center" class="admin_title" height="30">
+               <td colspan="3" align="center" class="table_header bottom">
                        <strong>{--ADMINS_MAILS_TITLE--}</strong>
                </td>
        </tr>
        </tr>
        $content
        <tr>
-               <td colspan="3" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_ADMINS_EDIT--}" />
+               <td colspan="3" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ADMINS_EDIT--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>