[freeside-commits] freeside/rt/html/Elements/CollectionAsTable Row, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Tue Oct 17 02:03:51 PDT 2006


Update of /home/cvs/cvsroot/freeside/rt/html/Elements/CollectionAsTable
In directory wavetail:/tmp/cvs-serv2897/html/Elements/CollectionAsTable

Modified Files:
	Row 
Log Message:
commiting rt 3.4.5 to HEAD

Index: Row
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/html/Elements/CollectionAsTable/Row,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Row	15 Oct 2005 09:33:53 -0000	1.3
+++ Row	17 Oct 2006 09:03:48 -0000	1.4
@@ -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 freeside-commits mailing list