@@ -, +, @@ non-JavaScript version - Enable the OpacBrowseResults system preference and perform a search in the OPAC which will return multiple results. - Click on any title in the first page of search results. - On the bibliographic detail page there should be a "Browse results" link in the right-hand sidebar just as before. - Test that the "Previous," "Back to results," and "Next" links work correctly. - Click the "Browse results" link. A list of the first 20 search results should appear. An arrow should indicate the title you're viewing. - Click any title in the results browser. The page should correctly load that record. - Clicking the numbered links at the top of the results browser should do the same. --- .../opac-tmpl/bootstrap/en/modules/opac-detail.tt | 207 +++++---------------- koha-tmpl/opac-tmpl/bootstrap/less/opac.less | 110 +++++------ koha-tmpl/opac-tmpl/bootstrap/less/responsive.less | 12 +- opac/opac-detail.pl | 2 +- 4 files changed, 111 insertions(+), 220 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -1090,19 +1090,20 @@
- [% IF ( OpacBrowseResults && busc ) %] + [% IF ( Koha.Preference('OpacBrowseResults') && busc ) %]