]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_newsletter.tpl
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / templates / de / html / admin / admin_config_newsletter.tpl
index 47743648168b4c6fd2b862389363de8884952b63..d68ba03d3a79c2c4f7fb451d00d0a3b0cccea49e 100644 (file)
@@ -1,18 +1,17 @@
-<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">
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_newsletter%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="admin_title bottom" colspan="3" align="center">
-                       <strong>{--ADMIN_NEWSLETTER_SETTINGS--}</strong>
+               <td class="table_header bottom" colspan="2" align="center">
+                       <strong>{--ADMIN_CONFIG_NEWSLETTER_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td colspan="3" height="7" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="admin_footer" colspan="3" align="center">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>