Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / templates / de / html / admin / admin_admins_mails_edit.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"
3         class="admin_table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_EDIT_TITLE--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
10                 </td>
11                 <td class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
12                 </td>
13         </tr>
14         {!__ADMINS_ROWS!}
15         <tr>
16                 <td colspan="2" class="admin_footer"><input
17                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
18                 <input type="submit" name="change" class="admin_submit"
19                         value="{--ADMIN_ADMINS_CHANGE--}" /></td>
20         </tr>
21 </table>
22 </form>