]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_newsletter_nohtml.tpl
Renamed functions to make it more clear, ext-coupon continued:
[mailer.git] / templates / de / html / admin / admin_newsletter_nohtml.tpl
index 36936d8afb087c0a598df6a60155a4f32d546506..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">
                        <tr>
                                <td width="30%">{--YES--}</td>
                                <td width="20%">
-                                       <input type="radio" class="form_field" 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" class="form_field" name="auto_urls" class="form_field" value="N" />
+                                       <input type="radio" class="form_field" name="auto_urls" value="N" />
                                </td>
                        </tr>
                </table>
@@ -37,7 +37,7 @@
        </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" class="form_submit" name="ok" value="{--ADMIN_SEND_NL--}" />
                </td>