Browse Source

Bottom row color changed

philippe_mingo 24 years ago
parent
commit
cdc8c10019
2 changed files with 2 additions and 2 deletions
  1. 1 1
      functions/mailbox_display.php
  2. 1 1
      functions/page_header.php

+ 1 - 1
functions/mailbox_display.php

@@ -489,7 +489,7 @@
       }
 
       echo '</table>';
-      echo "<table width=100%><tr ><td>$lMore$mMore$rMore</td><td align=right>$Message</td></tr></table>";
+      echo "<table bgcolor=\"$color[4]\" width=100%><tr ><td>$lMore$mMore$rMore</td><td align=right>$Message</td></tr></table>";
       /** End of message-list table */
 
       do_hook('mailbox_index_after');

+ 1 - 1
functions/page_header.php

@@ -45,7 +45,7 @@
       /** Here is the header and wrapping table **/
       $shortBoxName = readShortMailboxName($mailbox, ".");
       echo "<A NAME=pagetop></A>\n";
-      echo "<table BGCOLOR=\"$color[9]\" width=100%><tr><td>";
+      echo "<table cellpadding=1 cellspacing=1 BGCOLOR=\"$color[9]\" width=100%><tr><td>";
       echo "<TABLE BGCOLOR=\"$color[9]\" BORDER=0 WIDTH=\"100%\" CELLSPACING=0 CELLPADDING=2>\n";
       echo "   <TR>\n";
       echo "      <TD ALIGN=left><b>\n";