From 4a6762c5dfd45b3c14824c033ff8d93595c7187c Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 22 Aug 2002 09:30:04 +0000 Subject: [PATCH] Added toggle_all link + formatting changes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3403 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/search.php b/src/search.php index 29b31592..1232c4e1 100644 --- a/src/search.php +++ b/src/search.php @@ -173,9 +173,11 @@ function printSearchMessages($msgs,$mailbox, $cnt, $imapConnection, $where, $wha $msg_cnt_str = get_msgcnt_str(1, $cnt, $cnt); + $toggle_all = get_selectall_link(1, $sort); + echo '
'; mail_message_listing_beginning($imapConnection, $mailbox, $sort, - $msg_cnt_str, '', 1); + $msg_cnt_str, $toggle_all, 1); printHeader($mailbox, 6, $color, false); @@ -184,6 +186,8 @@ function printSearchMessages($msgs,$mailbox, $cnt, $imapConnection, $where, $wha $msort, $mailbox, $sort, $color, $cnt, $where, $what); mail_message_listing_end($cnt, '', $msg_cnt_str, $color); + echo '
'; + } } -- 2.25.1