forgot table tag
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 Oct 2002 22:34:51 +0000 (22:34 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 10 Oct 2002 22:34:51 +0000 (22:34 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3833 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 24602f9b6119ca21faf83bd736639949d884faa3..08909f478983760f322713d8761743ab0c08afeb 100644 (file)
@@ -621,7 +621,6 @@ function displayMessageArray($imapConnection, $num_msgs, $start_msg,
             next($msort);
         } while ($i && $i < $endVar);
     }
-    echo '</table>';
 }
 
 /*
@@ -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 '<tr><td HEIGHT="5" BGCOLOR="'.$color[4].'"></td></tr>';
-        echo '<tr><td>';
 
+        echo '<tr><td>';
         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 '<tr><td HEIGHT="5" BGCOLOR="'.$color[4].'" COLSPAN="1">';  
+
     echo '</td></tr><tr><td>';
     echo html_tag( 'table',
             html_tag( 'tr',