Adding reminder
[squirrelmail.git] / plugins / spamcop / options.php
index 31d17ac133847c0965ee1f609311aacbe6b8b3c5..d722d0d55e1354914e23fe15acd610f85e8428ee 100755 (executable)
@@ -113,20 +113,20 @@ spamcop_load();
                <?php
                    if ($spamcop_quick_report) {
                        echo '<option value="quick_email"';
-                       if ($spamcop_method == 'quick_email') echo ' selected';
+                       if ($spamcop_method == 'quick_email') echo ' selected="selected"';
                        echo ">"._("Quick email-based reporting");
                        echo '</option>';
                    }
                ?>
              <option value="thorough_email"
                <?php
-                 if ($spamcop_method == 'thorough_email') echo ' selected';
+                 if ($spamcop_method == 'thorough_email') echo ' selected="selected"';
                  echo ">"._("Thorough email-based reporting");
                ?>
              </option>
              <option value="web_form"
                <?php
-                 if ($spamcop_method == 'web_form') echo ' selected';
+                 if ($spamcop_method == 'web_form') echo ' selected="selected"';
                  echo ">"._("Web-based form");
                ?>
              </option>
@@ -146,13 +146,13 @@ spamcop_load();
            <select name="type">
              <option value="free"
                <?php
-                 if ($spamcop_type == 'free') echo ' selected';
+                 if ($spamcop_type == 'free') echo ' selected="selected"';
                  echo ">"._("Free reporting");
                ?>
              </option>
              <option value="member"
                <?php
-                 if ($spamcop_type == 'member') echo ' selected';
+                 if ($spamcop_type == 'member') echo ' selected="selected"';
                  echo ">"._("Member services");
                ?>
              </option>
@@ -213,7 +213,7 @@ echo _("The SpamCop service will display information as it finds it, so scroll d
 echo "</p>\n";
 
 echo '<p><b>' . _("SpamCop service type") . '</b><br />';
-echo _("Service type option allows selecting which spamcop services you are using. Member services use different web reporting forms and does not display nags. You can purchase these services, if you want to support SpamCop.");
+echo _("Service type option allows selecting which SpamCop services you are using. Member services use different web reporting forms and does not display nags. You can purchase these services, if you want to support SpamCop.");
 echo "</p>\n";
 
 echo '<p><b>' . _("More information") . '</b><br />';