added "cc" and "body" for searching
[squirrelmail.git] / functions / page_header.php
index 1eb18dffa339ffd7f807a279367d120dda6cac0a..9822e7e7b4ea4bc1d0d7ae2f95ddc9f40f1b58c4 100644 (file)
@@ -76,6 +76,7 @@
       /** Here is the header and wrapping table **/
       $shortBoxName = readShortMailboxName($mailbox, ".");
       $shortBoxName = stripslashes($shortBoxName);
+      echo "<A NAME=pagetop></A>\n";
       echo "<TABLE BGCOLOR=\"$color[4]\" BORDER=0 WIDTH=\"100%\" CELLSPACING=0 CELLPADDING=2>\n";
       echo "   <TR BGCOLOR=\"$color[9]\">\n";
       echo "      <TD ALIGN=left WIDTH=\"30%\"><b>\n";
@@ -97,6 +98,8 @@
       echo "&nbsp;&nbsp;\n";
       displayInternalLink ("src/options.php", _("Options"), "right");
       echo "&nbsp;&nbsp;\n";
+      displayInternalLink ("src/search.php?mailbox=$urlMailbox", _("Search"), "right");
+      echo "&nbsp;&nbsp;\n";
       displayInternalLink ("src/help.php", _("Help"), "right");
       echo "&nbsp;&nbsp;\n";