X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fcheckboxes.html;h=b07b6545faed0fc4df05b16aaa5fc716f38e8b2a;hp=69ef18fb927848c06e4ca8490efcf2cf59b701b8;hb=3f2a7b01b59902faed5767d81e2959e131bdbdfd;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924 diff --git a/httemplate/elements/checkboxes.html b/httemplate/elements/checkboxes.html index 69ef18fb9..b07b6545f 100644 --- a/httemplate/elements/checkboxes.html +++ b/httemplate/elements/checkboxes.html @@ -6,7 +6,7 @@ Example: # required - #? 'name_callback' => sub { }, + #not yet 'name_callback' => sub { }, 'names_list' => [ 'value', 'other value', @@ -27,7 +27,7 @@ Example: - +
> % unless ( $opt{'disable_links'} ) { @@ -108,4 +108,8 @@ $opt{'error_checked_callback'} ||= sub { $cgi->param($opt{'element_name_prefix'}. $name ); }; +my $style = ''; +if ($opt{'style'}) { + $style = 'STYLE="' . $opt{'style'} . '"'; +}