]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_admins_mails_list.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=admins_mails"
2         method="POST" style="margin-bottom: 0px">
3 <table border="0" cellspacing="0" cellpadding="0" width="500"
4         class="admin_table dashed">
5         <tr>
6                 <td colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td width="30" class="admin_title bottom2 right2" align="center">
11                 <strong>{--ID_SELECT--}</strong></td>
12                 <td width="235" class="admin_title bottom2 right2" align="center">
13                 <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong></td>
14                 <td width="235" class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
15                 </td>
16         </tr>
17         {!__MAILS_ROWS!}
18         <tr>
19                 <td colspan="3" class="admin_footer"><INPUT
20                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
21                 <INPUT type="submit" name="edit" class="admin_submit"
22                         value="{--ADMIN_ADMINS_EDIT--}" /></td>
23         </tr>
24 </table>
25 </form>