X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fcheckboxes.html;h=ad9d691b9efca232c32467fd152f8edc6afbb643;hb=8eb6542c022ac84b125416f3fb0828b278ba600a;hp=b120adab7b446e238e9994ba605e2bb57828ad78;hpb=0ce1ba66efbd074aca5182bb3e42bd99ff55472a;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: )