]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_newsletter.tpl
Fix for missing language string and variable renamed to better naming convention
[mailer.git] / templates / de / html / admin / admin_newsletter.tpl
index bd574e1e26d84634ad699f882c9efb020b0682ad..6703be59f73fe2266edce405b2ee71b545a459ac 100644 (file)
                        <tr>
                                <td align="right">{--NL_MODE_TEXT--}</td>
                                <td>
-                                       <input type="radio" class="form_field" name="mode" class="form_field" value="text" checked="checked" />
+                                       <input type="radio" class="form_field" name="mode" value="text" checked="checked" />
                                </td>
                        </tr>
                        <tr>
                                <td align="right">{--NL_MODE_HTML--}</td>
                                <td>
-                                       <input type="radio" class="form_field" name="mode" class="form_field" value="html" />
+                                       <input type="radio" class="form_field" name="mode" value="html" />
                                </td>
                        </tr>
                </table>
                        <tr>
                                <td>{--YES--}</td>
                                <td>
-                                       <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>{--NO--}</td>
                                <td>
-                                       <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>