X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcheckboxes.html;h=1f342241d94a5360a795f0a39b9ce9ef3db63cb2;hb=755159a8654a2eda89badd1498f8def3a472cb15;hp=b120adab7b446e238e9994ba605e2bb57828ad78;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/elements/checkboxes.html b/httemplate/elements/checkboxes.html index b120adab7..1f342241d 100644 --- a/httemplate/elements/checkboxes.html +++ b/httemplate/elements/checkboxes.html @@ -27,7 +27,9 @@ Example: - +
> + +% unless ( $opt{'disable_links'} ) { +% } + % my $num=0; % foreach my $item ( @{ $opt{'names_list'} } ) { % @@ -104,4 +108,8 @@ $opt{'error_checked_callback'} ||= sub { $cgi->param($opt{'element_name_prefix'}. $name ); }; +my $style = ''; +if ($opt{'style'}) { + $style = 'STYLE="' . $opt{'style'} . '"'; +}
( @@ -37,6 +39,8 @@ Example: )