From 28cffbea821301186271fa9b855f56caed168de4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 19 Mar 2019 16:03:43 +0000 Subject: [PATCH] Bug 22525: Navigation arrows on the bottom of Cataloging search pages This patch adds a second set of pagination links to the cataloging search result page, at the bottom of the first set of search results. Also added is a horizontal rule after the second set of links in order to make it clearer that the links are for the search results above. To test, apply the patch and go to Cataloging. Perform a search which will return multiple pages of results. Confirm that the links work correctly. Signed-off-by: Marjorie --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt index 41d9d8b..343c579 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt @@ -138,6 +138,8 @@ [% END %] +
[% pagination_bar | $raw %]
+
[% ELSE %] [% IF ( query ) %] -- 2.7.4