]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_admins_mails_edit.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_admins_mails_edit.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="2" align="center" class="admin_title" height="30"><strong>{--ADMINS_MAILS_EDIT_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
11                 </td>
12                 <td class="admin_title bottom2" align="center"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
13                 </td>
14         </tr>
15         {!__ADMINS_ROWS!}
16         <tr>
17                 <td colspan="2" class="admin_footer"><input
18                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                 <input type="submit" name="change" class="admin_submit"
20                         value="{--ADMIN_ADMINS_CHANGE--}" /></td>
21         </tr>
22 </table>
23 </form>