Bug 16551: Display the name of lists to the search results at the OPAC
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 17 May 2016 15:31:11 +0000 (16:31 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Sun, 25 Sep 2016 15:43:07 +0000 (15:43 +0000)
commitc39eaca298a4e287f2cc6790ab15fb58c04d8280
tree06b1b667bf6d229e000b98bbf408b1841982fafb
parentf89400a8ffe976c0cd0fc9ea982a791d0906bee6
Bug 16551: Display the name of lists to the search results at the OPAC

This new enhancement will allow to add the name of lists containing a
biblio to the search results at the OPAC.

Test plan:
0/ Regenerate the css file to get the style change:
 % lessc --clean-css="--s0 --advanced --compatibility=ie7"
   koha-tmpl/opac-tmpl/bootstrap/less/opac.less >
   koha-tmpl/opac-tmpl/bootstrap/css/opac.css
1/ Create some lists and add items to them
2/ On the search results you should see the name of the lists which
contains the record.

Note that we could add a syspref to make this new behavior optional.

Sponsored-by: University of the Arts London
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Virtualshelves.pm
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt
koha-tmpl/opac-tmpl/bootstrap/less/opac.less
opac/opac-search.pl
t/db_dependent/Virtualshelves.t