%doc> ############################################################################### # Based on select_query.html w/ some customization. ############################################################################### %doc> <%args> $table => $ARGS{table}; $field => $ARGS{field}; $val => $ARGS{crit}; $search_field => $ARGS{search_field}; $caller => $ARGS{self}; %args> <%init> my @terms; my $DEBUG = 0; my $MAX = $ui->config->get('DEFAULT_SELECTMAX'); %init> <%perl> print "
", Dumper(%ARGS), "