Lines 288-294
foreach my $advanced_srch_type (@advanced_search_types) {
Link Here
|
288 |
ccl => $advanced_srch_type, |
288 |
ccl => $advanced_srch_type, |
289 |
code => $thisitemtype->{authorised_value}, |
289 |
code => $thisitemtype->{authorised_value}, |
290 |
description => $thisitemtype->{'lib_opac'} || $thisitemtype->{'lib'}, |
290 |
description => $thisitemtype->{'lib_opac'} || $thisitemtype->{'lib'}, |
291 |
searchcategory => $itemtypes->{$thisitemtype}->{'searchcategory'}, |
291 |
searchcategory => $thisitemtype->{'searchcategory'}, |
292 |
imageurl => getitemtypeimagelocation( 'opac', $thisitemtype->{'imageurl'} ), |
292 |
imageurl => getitemtypeimagelocation( 'opac', $thisitemtype->{'imageurl'} ), |
293 |
); |
293 |
); |
294 |
push @authvalueloop, \%row; |
294 |
push @authvalueloop, \%row; |
295 |
- |
|
|