Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=admins_mails" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <tr>
4                 <td colspan="3" align="center" class="admin_title" height="30">
5                         <strong>{--ADMINS_MAILS_TITLE--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td width="30" class="header_column bottom2 right2" align="center">
10                         <strong>{--ID_SELECT--}</strong>
11                 </td>
12                 <td width="235" class="header_column bottom2 right2" align="center">
13                         <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
14                 </td>
15                 <td width="235" class="header_column bottom2" align="center">
16                         <strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
17                 </td>
18         </tr>
19         $content
20         <tr>
21                 <td colspan="3" class="admin_footer">
22                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
23                         <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_ADMINS_EDIT--}" />
24                 </td>
25         </tr>
26 </table>
27 </form>