How do I modify TemplateDefault.pm to better format my Search page
that has many, many Indexes listed using the check boxes method?
I think the relevant code is:
return join "\n",
'<br>',
( $select_config->{description} || 'Select: '),
$q->$method(
-name => 'si',
-values => [0..$#labels],
-default=> 0,
-labels => \%map,
@cols );
I'd like to make the check box selection neater, such as in a Table.
Thanks
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Thu Nov 1 13:34:12 2007