From ceeda43f9cefa4f9ccc2ba7694a34cce51894102 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 --- 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 fc212d9..29b70a4 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.1.4