Fixes saving of settings, inconsistency fixed in config entries
[mailer.git] / templates / de / html / admin / admin_config_order.tpl
index 02e114688c4590d92f8ac707fb498266af6e280e..10a85a00de47d99c0a1e93b4cf2829386b2d7a1a 100644 (file)
@@ -40,8 +40,8 @@
                <td align="right">{--ADMIN_OPTION_CHECK_EMAIL_TEXT--}:</td>
                <td>
                        <span class="nobr">
-                               {--YES--}:&nbsp;<input type="radio" name="test_text" value="N"$content[test_text_y] />&nbsp;
-                               {--NO--}:&nbsp;<input type="radio" name="test_text" value="Y"$content[test_text_n] />
+                               {--YES--}:&nbsp;<input type="radio" name="allow_url_in_text" value="Y"$content[allow_url_in_text_y] />&nbsp;
+                               {--NO--}:&nbsp;<input type="radio" name="allow_url_in_text" value="N"$content[allow_url_in_text_n] />
                        </span>
                </td>
        </tr>
@@ -50,8 +50,8 @@
                <td align="right">{--ADMIN_OPTION_CHECK_EMAIL_SUBJ--}:</td>
                <td>
                        <span class="nobr">
-                               {--YES--}:&nbsp;<input type="radio" name="test_subj" value="Y"$content[test_subj_y] />&nbsp;
-                               {--NO--}:&nbsp;<input type="radio" name="test_subj" value="N"$content[test_subj_n] />
+                               {--YES--}:&nbsp;<input type="radio" name="allow_url_in_subject" value="Y"$content[allow_url_in_subject_y] />&nbsp;
+                               {--NO--}:&nbsp;<input type="radio" name="allow_url_in_subject" value="N"$content[allow_url_in_subject_n] />
                        </span>
                </td>
        </tr>