From bfde78ad33eba626b868a5686c10f7dfab0f6219 Mon Sep 17 00:00:00 2001 From: Raphael Straub Date: Thu, 8 Feb 2024 09:00:13 +0000 Subject: [PATCH] Bug 36032: Use a single angle in the "Next" button The "Next" pagination button in the OPAC result list has a double angle whereas the "Previous" button only has a single angle. This patch fixes that error. To test: 1) Do a search in the OPAC with more than one page of results. 2) Observe that the "Next" button has a double angle whereas the "Previous" button has only a single angle. 3) Apply the patch. 4) Repeat steps 1 and 2. 5) Verify that the "Next" button now has a single angle. Sponsored-by: Karlsruhe Institute of Technology (KIT) Signed-off-by: Barbara Johnson Signed-off-by: Emily Lamancusa --- koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc index 04f9562dd1..f24534c947 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/page-numbers.inc @@ -26,7 +26,7 @@ [% END %] [% IF ( next_page_offset ) %]
  • - Next + Next
  • Last -- 2.34.1