Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / admin / admin_config_newsletter.tpl
index 6d62c36b1d8e5e13084d7d12b508439762e612a1..667323ec706a7225afeee3eeb864964f890c39f2 100644 (file)
@@ -1,18 +1,17 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_newsletter%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td class="admin_title bottom" colspan="3" align="center">
+               <td class="admin_title bottom" colspan="2" align="center">
                        <strong>{--ADMIN_NEWSLETTER_SETTINGS--}</strong>
                </td>
        </tr>
        <tr>
-               <td colspan="3" height="7" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="admin_footer" colspan="3" align="center">
+               <td class="admin_footer" colspan="2" align="center">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>