Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_config_newsletter.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_newsletter%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td class="table_header bottom" colspan="2" align="center">
6                         <strong>{--ADMIN_CONFIG_NEWSLETTER_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="table_footer" colspan="2" align="center">
11                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
12                         <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
13                 </td>
14         </tr>
15 </table>
16 {%form_close%}
17 </div>