Index: section_browse.msn =================================================================== --- section_browse.msn (revision 504) +++ section_browse.msn (revision 505) @@ -155,7 +155,18 @@ % my $attr = $col->{attr}; % if ( $col->{type} =~ /^(string|integer|float)$/ && $col->{inline} ) { % my $style = $col->{inline_style} ? $col->{inline_style} : ($col->{type} =~ /^(integer|float)$/ ? 'text-align:right; ' : '' ); - +% $style .= $col->{inline_width} ? ' width:'.$col->{inline_width}.'px; ' : ' width:65px; '; + +% } elsif ($col->{type} eq 'text') { +% my $style = $col->{inline_style} ? $col->{inline_style} : ''; +% $style .= $col->{inline_width} ? ' width:'.$col->{inline_width}.'px; ' : ' width:100px; '; +% $style .= $col->{inline_height} ? ' width:'.$col->{inline_height}.'px; ' : ' height:70px; '; +% my $value = $document->$attr; +% for ( $value ) { +% s//>/sgi; +% } + % } elsif ($col->{type} eq 'checkbox') { % my $checked = $document->$attr ? ' checked' : ''; > @@ -215,6 +226,8 @@ % } else { <% $document->$attr %>\ % } +% } else { + % } % % } elsif ($col->{attr} eq 'class') {