From 81caa0f36c5e11a62b31a437513d105997673ee9 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Mon, 29 Oct 2001 08:51:36 +0000 Subject: [PATCH] Button to link 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 | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 53ff3087..c0ff4804 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -515,20 +515,18 @@ echo ""; + echo "
' . + "$More"; + ShowSelectAllLink($startMessage, $sort); + echo "
\n"; + /** The delete and move options */ echo ""; echo "\n
\n"; echo "\n"; - - echo ""; - echo " \n" . "
\n" . - "
' . - "$More"; - ShowSelectAllLink($startMessage, $sort); - echo "
\n
\n" . '  ' . _("Move selected to:") . "\n" . @@ -652,8 +650,8 @@ function CheckAll() { } } } -window.document.write('">'); +window.document.write(''); //-->