Bugzilla – Attachment 161927 Details for
Bug 36032
The "Next" pagination button has a double instead of a single angle
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36032: Use a single angle in the "Next" button
Bug-36032-Use-a-single-angle-in-the-Next-button.patch (text/plain), 2.54 KB, created by
ByWater Sandboxes
on 2024-02-08 14:59:50 UTC
(
hide
)
Description:
Bug 36032: Use a single angle in the "Next" button
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2024-02-08 14:59:50 UTC
Size:
2.54 KB
patch
obsolete
>From bcd750ebfdf3652060d1898b8d7a9211e4c8953c Mon Sep 17 00:00:00 2001 >From: Raphael Straub <raphael.straub@kit.edu> >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 <barbara.johnson@bedfordtx.gov> >--- > 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 ) %] > <li class="page-item"> >- <a class="page-link" href="/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&offset=[% next_page_offset | uri %][% IF ( sort_by ) %]&sort_by=[% sort_by | uri %][% END %][% IF results_per_page %]&count=[% results_per_page | uri %][% END %]" aria-label="Go to the next page">Next <i class="fa fa-fw fa-angle-double-right" aria-hidden="true"></i></a> >+ <a class="page-link" href="/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&offset=[% next_page_offset | uri %][% IF ( sort_by ) %]&sort_by=[% sort_by | uri %][% END %][% IF results_per_page %]&count=[% results_per_page | uri %][% END %]" aria-label="Go to the next page">Next <i class="fa fa-fw fa-angle-right" aria-hidden="true"></i></a> > </li> > <li class="page-item"> > <a class="page-link" href="/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&offset=[% last_page_offset | uri %][% IF ( sort_by ) %]&sort_by=[% sort_by | uri %][% END %][% IF results_per_page %]&count=[% results_per_page | uri %][% END %]" aria-label="Go to the last page">Last <i class="fa fa-fw fa-angle-double-right" aria-hidden="true"></i></a> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36032
:
161878
|
161927
|
162325