<%doc> Actually $label Note that this puts the 'label' argument into the document verbatim, with no escaping or localization. > <% $required %><% $opt{label} %> <%init> my %opt = @_; my $style = 'padding-top: 3px'; $style .= '; '. $opt{'cell_style'} if $opt{'cell_style'}; my $row_style = 'style="visibility:collapse;"' if $opt{'hide_onload'}; my $required = $opt{'required'} ? '* ' : '';