Button to link
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 29 Oct 2001 08:51:36 +0000 (08:51 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 29 Oct 2001 08:51:36 +0000 (08:51 +0000)
Frame removed

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1641 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 53ff3087a4b2aa1a8070d0f46272dec2b1bc64e0..c0ff48043302d601405018a8a727cf23059f2d6c 100644 (file)
 
       echo "<TR BGCOLOR=\"$color[4]\"><TD>";
 
+      echo  "<table bgcolor=\"$color[4]\" cellpadding=2".
+           ' width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td>' .
+           "$More</td><td align=right>";
+      ShowSelectAllLink($startMessage, $sort);
+      echo "</td></tr></table>\n</td></tr>";
+
       /** The delete and move options */
       echo "<TR><TD BGCOLOR=\"$color[0]\">";
 
       echo "\n<FORM name=messageList method=post action=\"$moveURL\">\n";
       echo "<TABLE BGCOLOR=\"$color[0]\" COLS=2 BORDER=0 cellpadding=0 cellspacing=0 width=100%>\n";
 
-
-      echo "<tr  bgcolor=\"$color[4]\"><td colspan=3>\n" .
-           "<table bgcolor=\"$color[4]\" cellpadding=2".
-           ' width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td>' .
-           "$More</td><td align=right>";
-      ShowSelectAllLink($startMessage, $sort);
-      echo "</td></tr></table>\n</td></tr>";
-
       echo "   <TR>\n" .
            "      <TD ALIGN=LEFT VALIGN=CENTER NOWRAP>\n" .
            '         <SMALL>&nbsp;' . _("Move selected to:") . "</SMALL>\n" .
@@ -652,8 +650,8 @@ function CheckAll() {
     }
   }
 }
-window.document.write('<input type=button onClick="CheckAll();" value="<?php echo
- _("Toggle All") ?>">');
+window.document.write('<a href=# onClick="CheckAll();"><?php echo
+ _("Toggle All") ?></a>');
 //-->
 </script><noscript>
 <?PHP