From 4553aa704038a7c797c10b39f3acc59b190b4021 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 10 Jul 2017 00:14:10 +0000 Subject: [PATCH] Bug 18916: Add pagination to top of search results in staff client To look the same as OPAC. To test: 1) Do a catalogue search in staff client that results in more than one page 2) Notice pagination is only at the bottom 3) Apply patch and refresh page 4) Notice pagination is at top also Sponsored-by: Catalyst IT Signed-off-by: Lee Jamison Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index fc212d95d4..29b70a4f62 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -485,6 +485,9 @@ var holdForPatron = function () { [% ELSE %]
+ + [% INCLUDE 'page-numbers.inc' %] +
[% IF ( searchdesc ) %] [% FOREACH QUERY_INPUT IN QUERY_INPUTS %] -- 2.39.5