]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_admins_mails_list.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=admins_mails%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="3" align="center" class="table_header bottom">
6                 {--ADMIN_LIST_ADMINS_MAILS_TITLE--}
7         </td>
8 </tr>
9
10 <tr>
11         <td width="30" class="header_column bottom right" align="center">
12                 {--ID_SELECT--}
13         </td>
14         <td width="235" class="header_column bottom right" align="center">
15                 {--ADMIN_ADMINS_TEMPLATE--}
16         </td>
17         <td width="235" class="header_column bottom" align="center">
18                 {--ADMIN_ADMINS_CONTACT--}
19         </td>
20 </tr>
21
22 $content
23
24 <tr>
25         <td colspan="3" class="table_footer">
26                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
27                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
28         </td>
29 </tr>
30 </table>
31 {%form_close%}
32 </div>