3 Actually <TR> <TH> $label </TH>
5 Note that this puts the 'label' argument into the document verbatim, with no
6 escaping or localization.
12 VALIGN = "<% $opt{'valign'} || 'top' %>"
13 STYLE = "<% $style %>"
14 ID = "<% $opt{label_id} || $opt{id}. '_label0' %>"
15 ><% $required %><% $opt{label} %></TH>
21 my $style = 'padding-top: 3px';
22 $style .= '; '. $opt{'cell_style'}
23 if $opt{'cell_style'};
25 my $required = $opt{'required'} ? '<font color="#ff0000">*</font> ' : '';
27 $style .= ';font-weight: bold';