X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ffilters%2Fspamoptions.php;h=b4977941ce7b39f1e7d12af42109b634140dd574;hp=2457cc70e42ce65644d4ecccafc925cd18bc8b3d;hb=f265009a3bf872cf6c9d9aaefe7949e1688555a0;hpb=3bf08e4870bc05681dcf8ef4b1b8366213aeee23;ds=sidebyside diff --git a/plugins/filters/spamoptions.php b/plugins/filters/spamoptions.php index 2457cc70..b4977941 100644 --- a/plugins/filters/spamoptions.php +++ b/plugins/filters/spamoptions.php @@ -96,7 +96,7 @@ if (isset($action) && $action == 'spam') { } echo '
'. - '
'. + '
'. html_tag( 'table', '', '', '', 'width="85%" border="0" cellpadding="2" cellspacing="0"' ) . html_tag( 'tr' ) . html_tag( 'th', _("Move spam to:"), 'right', '', 'style="white-space: nowrap;"' ) . @@ -173,13 +173,13 @@ if (isset($action) && $action == 'spam') { html_tag( 'td', '', 'center', '', 'colspan="2"' ) ) . "\n" . ''. - '
'. + ''. '
'; } else { // action is not set or action is not spam echo html_tag( 'p', '', 'center' ) . '[' . _("Edit") . ']' . - ' - [' . _("Done") . ']

'; + ' - [' . _("Done") . ']

'; printf( _("Spam is sent to %s."), ($filters_spam_folder?''.htmlspecialchars(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") ) . '' );