]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_newsletter.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_newsletter.tpl
index 42628eee1e91cc79aca10cdf1f177643e098ecf3..e0f951ac8a060625a5ba9e6b7e87a6e73e473d13 100644 (file)
@@ -1,17 +1,18 @@
 <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="2" align="center">
-                       <strong>{--ADMIN_CONFIG_NEWSLETTER_SETTINGS--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <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>
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_newsletter%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td class="table_header bottom" colspan="2" align="center">
+               {--ADMIN_CONFIG_NEWSLETTER_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <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>