button row in mailbox listing uses color[0]. read_body used color[9]. These
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 Sep 2004 20:25:04 +0000 (20:25 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 Sep 2004 20:25:04 +0000 (20:25 +0000)
colors can differ.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8006 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index 18d823eeebb656eea7cd326fdb7a01174eedcfdc..7b89b2bc61be7cb2776b176fcd5e76b91fb1b18e 100644 (file)
@@ -597,7 +597,7 @@ function formatMenubar($aMailbox, $passed_id, $passed_ent_id, $message, $removed
 
 
     // BEGIN MENU ROW - DELETE/REPLY/FORWARD/MOVE/etc.
-    $menu_row = '<tr bgcolor="'.$color[9].'"><td><small>';
+    $menu_row = '<tr bgcolor="'.$color[0].'"><td><small>';
     $comp_uri = $base_uri.'src/compose.php' .
                 '?passed_id=' . $passed_id .
                 '&amp;mailbox=' . $urlMailbox .