From 36e5f11acd3d22d4ef63055e46dc8897b7a851ba Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 17 Oct 2006 09:03:49 +0000 Subject: commiting rt 3.4.5 to HEAD --- rt/html/Elements/CollectionAsTable/Row | 1 + rt/html/Elements/Header | 8 +++++--- rt/html/NoAuth/webrt.css | 28 ++++++++++++++-------------- rt/sbin/rt-setup-database.in | 7 +++++++ 4 files changed, 27 insertions(+), 17 deletions(-) (limited to 'rt') diff --git a/rt/html/Elements/CollectionAsTable/Row b/rt/html/Elements/CollectionAsTable/Row index 3316bc027..0de362ea8 100644 --- a/rt/html/Elements/CollectionAsTable/Row +++ b/rt/html/Elements/CollectionAsTable/Row @@ -71,6 +71,7 @@ foreach my $column (@Format) { $item++; $m->out('out( 'align="' . $column->{align} . '"' ) if ( $column->{align} ); + $m->out( 'style="' . $column->{style} . '"' ) if ( $column->{style} ); $m->out('>'); foreach my $subcol ( @{ $column->{output} } ) { if ( $subcol =~ /^__(.*?)__$/o ) { diff --git a/rt/html/Elements/Header b/rt/html/Elements/Header index c1bc92afd..88556ee15 100644 --- a/rt/html/Elements/Header +++ b/rt/html/Elements/Header @@ -47,12 +47,14 @@ <%$Title%> -% if ($Refresh > 0) { +% if ($Refresh && $Refresh > 0) { % } - - + + + +