]> 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 c4b4449c20d2710771e7c04a1831dc59a5e2a3c5..e0f951ac8a060625a5ba9e6b7e87a6e73e473d13 100644 (file)
@@ -1,32 +1,18 @@
-<form 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 bottom2 seperator" width="10" height="30">&nbsp;</td>
-               <td class="admin_title bottom2" colspan="3" align="center"><strong>{--ADMIN_NEWSLETTER_SETTINGS--}</strong>
-               </td>
-               <td class="admin_title bottom2 seperator" width="10">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="5" height="7" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td align="right" width="280">{--ADMIN_NL_CHARGE--}:</td>
-               <td width="10" class="seperator">&nbsp;</td>
-               <td><input type="text" name="nl_charge" class="admin_normal"
-                       size="3" maxlength="3" value="{!__CHARGE_VALUE!}"></td>
-               <td width="10" class="seperator">&nbsp;</td>
-       </tr>
-       <tr>
-               <td colspan="5" height="7" class="seperator bottom2">&nbsp;</td>
-       </tr>
-       <tr>
-               <td class="admin_footer seperator" width="10">&nbsp;</td>
-               <td class="admin_footer" colspan="3" align="center"><input
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
-                       type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></td>
-               <td class="admin_footer seperator" width="10">&nbsp;</td>
-       </tr>
+<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="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>
\ No newline at end of file
+{%form_close%}
+</div>