Frame removed
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1641
7612ce4b-ef26-0410-bec9-
ea0150e637f0
echo "<TR BGCOLOR=\"$color[4]\"><TD>";
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";
/** 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> ' . _("Move selected to:") . "</SMALL>\n" .
echo " <TR>\n" .
" <TD ALIGN=LEFT VALIGN=CENTER NOWRAP>\n" .
' <SMALL> ' . _("Move selected to:") . "</SMALL>\n" .
-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
//-->
</script><noscript>
<?PHP