Bug 2735: Fix authority search pagination at the OPAC
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 9 Jun 2016 15:39:56 +0000 (16:39 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 15 Jul 2016 14:05:59 +0000 (14:05 +0000)
commitde2df0dfe85bc8ac33375ad5b436ac247c3875d6
tree91b09e4fee138e030b3fdf431ed149cde282dd6c
parentbfac6c29e4d3ea16919bb1f7319f50b23e8faad2
Bug 2735: Fix authority search pagination at the OPAC

The authority search pagination displays only 15 pages, even when there
are more.
To fix that, this patch mimic the authorities-home.pl intranet script to
manage the pagination.

Test plan:
Without this patch, do some authority search and click on different
pages.
Apply this patch, redo the same search and make sure the same records
are displayed (i.e. confirm that the pagination still works as before).

Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt
koha-tmpl/opac-tmpl/bootstrap/less/opac.less
opac/opac-authorities-home.pl