]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_newsletter.tpl
Heacy rewrite/cleanup:
[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                 {--ADMIN_CONFIG_NEWSLETTER_TITLE--}
7         </td>
8 </tr>
9
10 <tr>
11         <td class="table_footer" colspan="2" align="center">
12                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
13                 <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
14         </td>
15 </tr>
16 </table>
17 {%form_close%}
18 </div>