From d2e562947e4d511df587cf92085de56c3346cdc2 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 Signed-off-by: Bin Wen Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- 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 41d9d8beef..343c57912f 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.20.1