]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_newsletter_nohtml.tpl
Rewritten to use filter and wrapper
[mailer.git] / templates / de / html / admin / admin_newsletter_nohtml.tpl
index 2675a7a77068c9abb51319898230a76b83b60613..39c657afdd534d1cb011f033c2fbcdf70ca2e589 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 accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=send_newsletter%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center" width="430">
        <tr>
                <td colspan="2" class="table_header bottom" align="center">
@@ -9,7 +9,7 @@
        <tr>
                <td>{--ENTER_NL_SUBJECT--}:</td>
                <td align="center">
-                       <input type="text" name="subject" class="form_field" size="30" maxlength="200" value="{--NEWSLETTER_FROM--} $content[datestamp]" />
+                       <input type="text" class="form_field" name="subject" size="30" maxlength="200" value="{--NEWSLETTER_FROM--} $content[datestamp]" />
                </td>
        </tr>
        <tr>
                        <tr>
                                <td width="30%">{--YES--}</td>
                                <td width="20%">
-                                       <input type="radio" name="auto_urls" class="form_field" value="Y" checked="checked" />
+                                       <input type="radio" class="form_field" name="auto_urls" value="Y" checked="checked" />
                                </td>
                                <td width="30%">{--NO--}</td>
                                <td width="20%">
-                                       <input type="radio" name="auto_urls" class="form_field" value="N" />
+                                       <input type="radio" class="form_field" name="auto_urls" value="N" />
                                </td>
                        </tr>
                </table>
@@ -37,9 +37,9 @@
        </tr>
        <tr>
                <td colspan="2" class="table_footer">
-                       <input type="hidden" name="mode" class="form_field" value="text" />
+                       <input type="hidden" name="mode" value="text" />
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--ADMIN_SEND_NL--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--ADMIN_SEND_NL--}" />
                </td>
        </tr>
 </table>