View | Details | Raw Unified | Return to bug 5409
Collapse All | Expand All

(-)a/opac/opac-search.pl (-2 / +1 lines)
Lines 543-549 for (my $i=0;$i<@servers;$i++) { Link Here
543
            $template->param(stopwords_removed => "@$stopwords_removed") if $stopwords_removed;
543
            $template->param(stopwords_removed => "@$stopwords_removed") if $stopwords_removed;
544
            $template->param(results_per_page =>  $results_per_page);
544
            $template->param(results_per_page =>  $results_per_page);
545
            $template->param(SEARCH_RESULTS => \@newresults,
545
            $template->param(SEARCH_RESULTS => \@newresults,
546
                                OPACItemsResultsDisplay => (C4::Context->preference("OPACItemsResultsDisplay") eq "itemdetails"?1:0),
546
                                OPACItemsResultsDisplay => (C4::Context->preference("OPACItemsResultsDisplay")),
547
                            );
547
                            );
548
            ## Build the page numbers on the bottom of the page
548
            ## Build the page numbers on the bottom of the page
549
            my @page_numbers;
549
            my @page_numbers;
550
- 

Return to bug 5409