Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=admins_mails" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" width="500" class="admin_table dashed">
3         <tr>
4                 <td colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_TITLE--}</strong>
5                 </td>
6         </tr>
7         <tr>
8                 <td width="30" class="admin_title bottom2 right2" align="center">
9                 <strong>{--ID_SELECT--}</strong></td>
10                 <td width="235" class="admin_title bottom2 right2" align="center">
11                 <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong></td>
12                 <td width="235" class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
13                 </td>
14         </tr>
15         {!__MAILS_ROWS!}
16         <tr>
17                 <td colspan="3" class="admin_footer"><input
18                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                 <input type="submit" name="edit" class="admin_submit"
20                         value="{--ADMIN_ADMINS_EDIT--}" /></td>
21         </tr>
22 </table>
23 </form>