From: stekkel Date: Thu, 10 Oct 2002 22:34:51 +0000 (+0000) Subject: forgot table tag X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=4b920601138434546a98d0e3b2150fbc0a8c13b0 forgot table tag git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3833 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 24602f9b..08909f47 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -621,7 +621,6 @@ function displayMessageArray($imapConnection, $num_msgs, $start_msg, next($msort); } while ($i && $i < $endVar); } - echo ''; } /* @@ -679,9 +678,10 @@ function mail_message_listing_beginning ($imapConnection, , 'left', '', '' ) , '', $color[0] ) , '', '', 'border="0" width="100%" cellpadding="1" cellspacing="0"' ); + /* line between header and button area */ echo ''; - echo ''; + echo ''; echo html_tag( 'tr' ) . "\n" . html_tag( 'td' ,'' , 'left', '', '' ) . html_tag( 'table' ,'' , '', $color[9], 'border="0" width="100%" cellpadding="1" cellspacing="0"' ) @@ -754,7 +754,9 @@ function mail_message_listing_beginning ($imapConnection, function mail_message_listing_end($num_msgs, $paginator_str, $msg_cnt_str, $color) { if ($num_msgs) { + /* space between list and footer */ echo ''; + echo ''; echo html_tag( 'table', html_tag( 'tr',