summaryrefslogtreecommitdiff
path: root/rt/html/Elements/CollectionAsTable/Row
diff options
context:
space:
mode:
authorivan <ivan>2006-10-17 09:03:49 +0000
committerivan <ivan>2006-10-17 09:03:49 +0000
commit36e5f11acd3d22d4ef63055e46dc8897b7a851ba (patch)
treed54b2414a1f6b90bb8810f76f17b6591b9a03838 /rt/html/Elements/CollectionAsTable/Row
parentc8cccb4a92adceb943c635fe62dad0d034462ce0 (diff)
commiting rt 3.4.5 to HEAD
Diffstat (limited to 'rt/html/Elements/CollectionAsTable/Row')
-rw-r--r--rt/html/Elements/CollectionAsTable/Row1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/html/Elements/CollectionAsTable/Row b/rt/html/Elements/CollectionAsTable/Row
index 3316bc0..0de362e 100644
--- a/rt/html/Elements/CollectionAsTable/Row
+++ b/rt/html/Elements/CollectionAsTable/Row
@@ -71,6 +71,7 @@ foreach my $column (@Format) {
$item++;
$m->out('<td class="collection-as-table" ');
$m->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 ) {