Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_admins_mails_edit.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=admins_mails%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="admin_title">
6                         <strong>{--ADMINS_MAILS_EDIT_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="header_column bottom right" align="center">
11                         <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
12                 </td>
13                 <td class="header_column bottom" align="center">
14                         <strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
15                 </td>
16         </tr>
17         $content
18         <tr>
19                 <td colspan="2" class="admin_footer">
20                         <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
21                         <input type="submit" name="change" class="admin_submit" value="{--ADMIN_ADMINS_CHANGE--}" />
22                 </td>
23         </tr>
24 </table>
25 </form>
26 </div>