Forráskód Böngészése

Some fixes for bugs caused by the changes made for R2L support (bugs were posted to squirrelmail-devel).

stakadush 23 éve
szülő
commit
9af648a098
2 módosított fájl, 13 hozzáadás és 14 törlés
  1. 9 9
      locale/he_HE/LC_MESSAGES/squirrelmail.po
  2. 4 5
      plugins/filters/options.php

+ 9 - 9
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 <yoavb@zavit.net.il>\n"
 "Language-Team: HEBREW <squirrelmail-i18n@lists.sourceforge.net>\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 ""

+ 4 - 5
plugins/filters/options.php

@@ -75,7 +75,7 @@
 
         '<br><form method=post action="options.php">'.
         '<center>'.
-        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' ) .
              '<form action="options.php" method=post>'.
-             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 "<tr bgcolor=\"$clr\"><td><small>".
-        echo html_tag( 'tr', '', $clr ) .
+        echo html_tag( 'tr', '', '', $clr ) .
                    html_tag( 'td',
                        '<small>' .
                        "[<a href=\"options.php?theid=$i&action=edit\">" . _("Edit") . '</a>]'.