X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Ffilters%2Fspamoptions.php;h=016c8dc589bd3a4b4dd2b33a80e44d142c544fca;hb=c435f076fe6b5b58e09ae19a8e216f37b069d802;hp=a31ebaa5540de191898da2eee1a39a366c57c318;hpb=74091b64ffddec9db154d7a76c202b98401b1117;p=squirrelmail.git diff --git a/plugins/filters/spamoptions.php b/plugins/filters/spamoptions.php index a31ebaa5..016c8dc5 100644 --- a/plugins/filters/spamoptions.php +++ b/plugins/filters/spamoptions.php @@ -54,20 +54,20 @@ displayPageHeader($color, 'None'); if (sqgetGlobalVar('spam_submit',$spam_submit,SQ_POST)) { $spam_filters = load_spam_filters(); - // setting spam folder + // setting spam folder sqgetGlobalVar('filters_spam_folder_set',$filters_spam_folder_set,SQ_POST); if (isset($filters_spam_folder_set)) { setPref($data_dir, $username, 'filters_spam_folder', $filters_spam_folder_set); } else { - echo _("You must select a spam folder."); + echo _("You must select a spam folder."); } // setting scan type sqgetGlobalVar('filters_spam_scan_set',$filters_spam_scan_set,SQ_POST); if (isset($filters_spam_scan_set)) { - setPref($data_dir, $username, 'filters_spam_scan', $filters_spam_scan_set); + setPref($data_dir, $username, 'filters_spam_scan', $filters_spam_scan_set); } else { - echo _("You must select a scan type."); + echo _("You must select a scan type."); } foreach ($spam_filters as $Key => $Value) { @@ -93,7 +93,7 @@ echo html_tag( 'table', if ($SpamFilters_YourHop == ' ') { echo '
' . html_tag( 'div', '' . - sprintf(_("WARNING! Tell the adminstrator to set the %s variable."), '"SpamFilters_YourHop"') . + sprintf(_("WARNING! Tell the administrator to set the %s variable."), '"SpamFilters_YourHop"') . '' , 'center' ) . '
'; @@ -118,7 +118,7 @@ if (isset($action) && $action == 'spam') { '
'. html_tag( 'table', '', '', '', 'width="85%" border="0" cellpadding="2" cellspacing="0"' ) . html_tag( 'tr' ) . - html_tag( 'th', _("Move spam to:"), 'right', '', 'nowrap' ) . + html_tag( 'th', _("Move spam to:"), 'right', '', 'style="white-space: nowrap;"' ) . html_tag( 'td', '', 'left' ) . ''. ''. '' . ''. @@ -163,13 +163,13 @@ if (isset($action) && $action == 'spam') { foreach ($spam_filters as $Key => $Value) { echo html_tag( 'tr' ) . - html_tag( 'th', $Key, 'right', '', 'nowrap' ) ."\n" . + html_tag( 'th', $Key, 'right', '', 'style="white-space: nowrap;"' ) ."\n" . html_tag( 'td' ) . ' - '; if ($spam_filters[$Key]['link']) { @@ -201,7 +201,7 @@ if (isset($action) && $action == 'spam') { ' - [' . _("Done") . ']


'; printf( _("Spam is sent to %s."), ($filters_spam_folder?''.imap_utf7_decode_local($filters_spam_folder).'':'['._("not set yet").']' ) ); echo '
'; - printf( _("Spam scan is limited to %s."), '' . ( ($filters_spam_scan == 'new')?_("Unread messages only"):_("All Messages") ) . '' ); + printf( _("Spam scan is limited to %s."), '' . ( ($filters_spam_scan == 'new')?_("Unread messages only"):_("All messages") ) . '' ); echo '

'. '\n"; @@ -217,7 +217,7 @@ if (isset($action) && $action == 'spam') { echo _("OFF"); } - echo '' . + echo '' . html_tag( 'td', ' - ', 'left' ) . html_tag( 'td', '', 'left' ); @@ -236,4 +236,4 @@ if (isset($action) && $action == 'spam') { echo '
'; } ?> - + \ No newline at end of file