X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcheckboxes.html;h=ad9d691b9efca232c32467fd152f8edc6afbb643;hb=45d0f6c6325fb8ab5fdc478a7dc278872defa479;hp=b120adab7b446e238e9994ba605e2bb57828ad78;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/httemplate/elements/checkboxes.html b/httemplate/elements/checkboxes.html index b120adab7..ad9d691b9 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', @@ -29,6 +29,8 @@ Example: +% unless ( $opt{'disable_links'} ) { + +% } + % my $num=0; % foreach my $item ( @{ $opt{'names_list'} } ) { %
( select all | @@ -37,6 +39,8 @@ Example: )