From: stakadush Date: Mon, 8 Jul 2002 07:32:09 +0000 (+0000) Subject: Some fixes for bugs caused by the changes made for R2L support (bugs were posted... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=831a25d5dcbf9511c94707921c672b36aa27832e Some fixes for bugs caused by the changes made for R2L support (bugs were posted to squirrelmail-devel). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3070 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/locale/he_HE/LC_MESSAGES/squirrelmail.po b/locale/he_HE/LC_MESSAGES/squirrelmail.po index e0f80a46..8ef48c7b 100644 --- a/locale/he_HE/LC_MESSAGES/squirrelmail.po +++ b/locale/he_HE/LC_MESSAGES/squirrelmail.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: $Id$\n" -"POT-Creation-Date: 2002-07-04 12:19+0300\n" +"POT-Creation-Date: 2002-07-04 12:53+0300\n" "PO-Revision-Date: 2002-05-03 13:21+0200\n" "Last-Translator: yoav \n" "Language-Team: HEBREW \n" @@ -4596,14 +4596,6 @@ msgid "" "remotely." msgstr "" -#: squirrelmail/po/independent_strings.txt:18 -msgid "Delivery error report" -msgstr "" - -#: squirrelmail/po/independent_strings.txt:19 -msgid "Undelivered Message Headers" -msgstr "" - #: squirrelmail/plugins/abook_take/setup.php:109 msgid "Take Address" msgstr "äåñó ëúåáú" @@ -4635,3 +4627,11 @@ msgstr " #: squirrelmail/plugins/abook_take/setup.php:163 msgid "Try to verify addresses" msgstr "ðñä ìååãà ëúåáú ãåà\"ì" + +#: squirrelmail/po/independent_strings.txt:18 +msgid "Delivery error report" +msgstr "" + +#: squirrelmail/po/independent_strings.txt:19 +msgid "Undelivered Message Headers" +msgstr "" diff --git a/plugins/filters/options.php b/plugins/filters/options.php index a611d53a..23df1be5 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -75,7 +75,7 @@ '
'. '
'. - html_tag( 'table', '', '', '', 'border="0" cellpadding="2" cellspacing="0"' ) + html_tag( 'table', '', '', '', 'border="0" cellpadding="2" cellspacing="0"' ) . html_tag( 'tr' ) . html_tag( 'th', _("What to Scan:"), 'right', '', 'nowrap' ) . html_tag( 'td', '', 'left' ) . @@ -110,7 +110,7 @@ } echo html_tag( 'div', '', 'center' ) . ''. - html_tag( 'table', '', '', '', 'border="0" cellpadding="2" cellspacing="0"' ) + html_tag( 'table', '', '', '', 'border="0" cellpadding="2" cellspacing="0"' ) . html_tag( 'tr' ) . html_tag( 'td', _("Match:"), 'left' ) . html_tag( 'td', '', 'left' ) . @@ -178,14 +178,13 @@ } - echo html_tag( 'table', '', 'center', '', 'border="0" cellpadding="3" cellspacing="0"' ) + echo html_tag( 'table', '', 'center', '', 'border="0" cellpadding="3" cellspacing="0"' ); for ($i=0; $i < count($filters); $i++) { $clr = (($i % 2)?$color[0]:$color[9]); $fdr = ($folder_prefix)?str_replace($folder_prefix, "", $filters[$i]["folder"]):$filters[$i]["folder"]; - echo "". - echo html_tag( 'tr', '', $clr ) . + echo html_tag( 'tr', '', '', $clr ) . html_tag( 'td', '' . "[" . _("Edit") . ']'.