]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_newsletter.tpl
Fix for missing & symbol in URI
[mailer.git] / templates / de / html / admin / admin_newsletter.tpl
index 6703be59f73fe2266edce405b2ee71b545a459ac..943b2f92ad9c28775aeecd66aefc75c98c66b27e 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=send_newsletter%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=send_newsletter%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" class="table_header bottom" align="center">
                        <tr>
                                <td align="right">{--NL_MODE_TEXT--}</td>
                                <td>
-                                       <input type="radio" class="form_field" name="mode" value="text" checked="checked" />
+                                       <input type="radio" class="form_field" name="mail_mode" value="text" checked="checked" />
                                </td>
                        </tr>
                        <tr>
                                <td align="right">{--NL_MODE_HTML--}</td>
                                <td>
-                                       <input type="radio" class="form_field" name="mode" value="html" />
+                                       <input type="radio" class="form_field" name="mail_mode" value="html" />
                                </td>
                        </tr>
                </table>
@@ -61,9 +61,9 @@
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 
 <div class="notice">
-       {--ADMIN_NEWSLETTER_NOTE--}
+       {--ADMIN_NEWSLETTER_NOTICE--}
 </div>
 </div>