]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_mails_list.tpl
Fixes for ext-surfbar (the usual asset)
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
index f4a6f5a7cf1c14fb04e056f59098cb9f143ffcff..0b6a34c4825616f8b4966a4a59ae7c37ffe156c1 100644 (file)
@@ -1,18 +1,19 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=admins_mails" method="post" style="margin-bottom: 0px">
+<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="3" align="center" class="admin_title" height="30">
+               <td colspan="3" align="center" class="admin_title">
                        <strong>{--ADMINS_MAILS_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td width="30" class="header_column bottom2 right2" align="center">
+               <td width="30" class="header_column bottom right" align="center">
                        <strong>{--ID_SELECT--}</strong>
                </td>
-               <td width="235" class="header_column bottom2 right2" align="center">
+               <td width="235" class="header_column bottom right" align="center">
                        <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
                </td>
-               <td width="235" class="header_column bottom2" align="center">
+               <td width="235" class="header_column bottom" align="center">
                        <strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
                </td>
        </tr>
@@ -25,3 +26,4 @@
        </tr>
 </table>
 </form>
+</div>