Package: avelsieve
Version: 1.9.9-2
Tags: patch

Avelsieve uses the wrong color as the background one when
it displays available filtering commands for the current message.

Trivial patch attached.

-- 
Fabio Bonelli
gpg fingerprint: 61E6 5442 3BDF EA0E 2D10  35A6 971B 77D1 DA7F 0F59
--- include/message_commands.inc.php.orig	2011-07-19 08:45:25.000000000 +0200
+++ include/message_commands.inc.php	2011-07-19 08:47:58.000000000 +0200
@@ -200,7 +200,7 @@
         echo html_tag('td', '<b>' . _("Create Filter") . ':&nbsp;&nbsp;</b>',
                       'right', '', 'valign="middle" width="20%"') . "\n";
         echo html_tag('td', '<small>' . implode('&nbsp;|&nbsp;', $output) . '</small>',
-                      'left', $color[0], 'valign="middle" width="80%"') . "\n";
+                      'left', $color[4], 'valign="middle" width="80%"') . "\n";
         echo '</tr>';
     }
     

Reply via email to