From 0fd2f513a6b3a90cd0e26eece27e7e63971ebb44 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 10 Oct 2002 21:14:01 +0000 Subject: [PATCH] UI mods git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3829 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/search.php b/src/search.php index 34b1bc8b..1d32e700 100644 --- a/src/search.php +++ b/src/search.php @@ -205,19 +205,28 @@ 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 '
'; + echo ''; + echo ''; + echo ''; + echo '
'; + mail_message_listing_beginning($imapConnection, $mailbox, $sort, $msg_cnt_str, $toggle_all, 1); + echo '
'; + echo ' '; + echo '
'; + echo ' '; + echo '
'; printHeader($mailbox, 6, $color, false); displayMessageArray($imapConnection, $cnt, 1, $msort, $mailbox, $sort, $color, $cnt, $where, $what); + echo '
'; mail_message_listing_end($cnt, '', $msg_cnt_str, $color); echo '
'; - } } @@ -452,7 +461,7 @@ if ( !isset( $what ) ) { $what = ''; } if ( !isset( $where ) ) { - $where = ''; + $where = 'FROM'; } -- 2.25.1