[Rt-commit] r4081 - in rt/branches/3.4-RELEASE: .
html/Elements/CollectionAsTable
alexmv at bestpractical.com
alexmv at bestpractical.com
Mon Nov 14 14:59:42 EST 2005
Author: alexmv
Date: Mon Nov 14 14:59:42 2005
New Revision: 4081
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
Log:
r7155 at zoq-fot-pik: chmrr | 2005-11-14 14:59:06 -0500
RT-Ticket: 7020
RT-Status: resolved
RT-Update: correspond
* Actually make use of 'style' if it is provided; thanks to Kelly
F. Hickel <kfh at mqsoftware.com>
Modified: rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row
==============================================================================
--- rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row (original)
+++ rt/branches/3.4-RELEASE/html/Elements/CollectionAsTable/Row Mon Nov 14 14:59:42 2005
@@ -71,6 +71,7 @@
$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 ) {
More information about the Rt-commit
mailing list