Dave Huang <khym+skwirl@azeotrope.org> html format reporting
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 27 Dec 2001 08:05:31 +0000 (08:05 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 27 Dec 2001 08:05:31 +0000 (08:05 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1973 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_search.php
functions/mailbox_display.php
src/login.php
src/options_highlight.php

index 4190597ffca77b500273a3a7bb96ab5939fb211f..2512eeccb04f6fd5ee7c522f5a67ca73031fa8e8 100644 (file)
@@ -142,11 +142,11 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
     if (count($messagelist) > 0) {
         $j=0;
         if (!isset ($msg)) { $msg = ""; }
-        
+
         mail_message_listing_beginning( $imapConnection,
             "move_messages.php?msg=$msg&mailbox=$urlMailbox&where=" . urlencode($search_where) . "&what=".urlencode($search_what),
-            $mailbox, 
-            -1, 
+            $mailbox,
+            -1,
             '<b>' . _("Found") . ' ' . count($messagelist) . ' ' . _("messages") . '</b>',
             get_selectall_link($start_msg, $sort) );
 
@@ -155,8 +155,9 @@ function sqimap_search($imapConnection,$search_where,$search_what,$mailbox,$colo
             printMessageInfo($imapConnection, $msgs[$j]["ID"], 0, $j, $mailbox, '', 0, $search_where, $search_what);
             $j++;
         }
-        echo '</table></tr></td></table>';
+        echo '</table></td></tr></table></form>';
+
     }
 }
 
-?>
+?>
\ No newline at end of file
index e9e53fb648fab7ba9c51d7b97d09cb27100667c5..132a9a904ce1d91d7ca4db3fcc5206c5586682c6 100644 (file)
@@ -611,7 +611,7 @@ function get_selectall_link($start_msg, $sort) {
             "   }\n" .
             "}\n" .
             "//-->\n" .
-            '</script><a href=\"#\" onClick="CheckAll();">' . _("Toggle All") . "</a>\n";
+            '</script><a href="#" onClick="CheckAll();">' . _("Toggle All") . "</a>\n";
     } else {
         $result .= "<a href=\"$PHP_SELF?mailbox=" . urlencode($mailbox)
                     . "&startMessage=$start_msg&sort=$sort&checkall=";
index 27e9bc18f43dc968b42668fa10249f6e56a8f78b..a069b52d6fc43573181bee139ed0c87acacabcb7 100644 (file)
@@ -143,7 +143,7 @@ if (isset($emailaddress)) {
          "      </TR>\n".
          "      <TR>\n".
          '         <TD WIDTH="30%" ALIGN=right>' . _("Password:") . "</TD>\n".
-         "         <TD WIDTH=* ALIGN=left>\n".
+         "         <TD WIDTH=\"*\" ALIGN=left>\n".
          "            <INPUT TYPE=PASSWORD NAME=\"$password_form_name\">\n".
          "            <INPUT TYPE=HIDDEN NAME=\"js_autodetect_results\" VALUE=\"" . SMPREF_JS_OFF . "\">\n".
          "            <INPUT TYPE=HIDDEN NAME=\"just_logged_in\" value=1>\n";
index 55ab27cc6b684e3da296d9c776216b908bd9889f..0775e2e848b5a24ca6607387ae79e5344b52c56e 100644 (file)
@@ -68,7 +68,7 @@ if (count($message_highlight_list) >= 1) {
     echo '<table border="0" cellpadding="3" cellspacing="0" align="center" width="80%">'."\n";
     for ($i=0; $i < count($message_highlight_list); $i++) {
         echo '<tr bgcolor="' . $message_highlight_list[$i]['color'] . '">'.
-                "<td width=\"20%\" bgcolor=\"$color[4]\" nobr>".
+                "<td width=\"20%\" bgcolor=\"$color[4]\" nowrap>".
                 "<small>[<a href=\"options_highlight.php?action=edit&theid=$i\">".
             _("Edit") .
             '</a>]&nbsp;[<a href="options_highlight.php?action=delete&theid='.