Typo 'referral'->'referal' fixed, more 'empty version' fixed
[mailer.git] / templates / de / html / admin / admin_config_newsletter.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_newsletter" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <tr>
4                 <td class="admin_title bottom2 seperator" width="10" height="30">&nbsp;</td>
5                 <td class="admin_title bottom2" colspan="3" align="center">
6                         <strong>{--ADMIN_NEWSLETTER_SETTINGS--}</strong>
7                 </td>
8                 <td class="admin_title bottom2 seperator" width="10">&nbsp;</td>
9         </tr>
10         <tr>
11                 <td colspan="5" height="7" class="seperator">&nbsp;</td>
12         </tr>
13         <tr>
14                 <td class="admin_footer seperator" width="10">&nbsp;</td>
15                 <td class="admin_footer" colspan="3" align="center">
16                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
17                         <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
18                 </td>
19                 <td class="admin_footer seperator" width="10">&nbsp;</td>
20         </tr>
21 </table>
22 </form>