Package: queuegraph
Version: 1.1.0-1
Severity: wishlist

Since this package is somewhat derived from mailgraph it would be nice
if the titles would be displayed similarily.  The attached fix does this.

Regards,

        Joey

-- 
GNU does not eliminate all the world's problems, only some of them.
                                                -- The GNU Manifesto

Please always Cc to me when replying to me on the lists.
--- queuegraph.cgi.orig 2006-09-12 12:30:26.000000000 +0200
+++ queuegraph.cgi      2006-09-12 12:33:05.000000000 +0200
@@ -92,7 +92,9 @@
 
        print "<H1>Postfix Queue Statistics for $host</H1>\n";
        for my $n (0..$#graphs) {
+               print '<div style="background: #dddddd; width: 892px">';
                print "<H2>$graphs[$n]{title}</H2>\n";
+               print "</div>\n";
                print "<P><IMG BORDER=\"0\" 
SRC=\"$scriptname/queuegraph_${n}.png\" ALT=\"queuegraph\">\n";
        }
 

Reply via email to