]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_newsletter_nohtml.tpl
Fix for missing language string and variable renamed to better naming convention
[mailer.git] / templates / de / html / admin / admin_newsletter_nohtml.tpl
index 36936d8afb087c0a598df6a60155a4f32d546506..d0eff24bd3abb9eec5505dd8dae6757301e0383a 100644 (file)
                        <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>