Summary: | Add Bootstrap styling to pagination in authority plugin search results | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | Pushed to stable --- | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david, phil |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This enhancement updates the style of the pagination links in the cataloging authority search popup (for example, 100$a). The style is now consistent with other pages (such as catalog search results), instead of plain links for result page numbers and angle brackets for next, last, first, and previous page links.
|
|
Version(s) released in: |
25.05.00,24.11.03
|
Circulation function: | |
Bug Depends on: | |||
Bug Blocks: | 38227 | ||
Attachments: |
Bug 38221: Add Bootstrap styling to pagination in authority plugin search results
Bug 38221: Add Bootstrap styling to pagination in authority plugin search results |
Description
Owen Leonard
2024-10-22 10:46:15 UTC
Created attachment 173131 [details] [review] Bug 38221: Add Bootstrap styling to pagination in authority plugin search results This patch updates the markup of pagination links in the authority search popup so that they have Bootstrap styling consistent with other pages (e.g. catalog search results). The pagination markup has also been moved to a BLOCK so that it can be reused instead of duplicated on the page. To test, apply the patch and go to Cataloging -> New record (using the basic MARC editor). - Switch to tab 1 and click the tag editor link next to tag 100 subfield a. - Perform a search in the popup window which will return multiple pages of results (an empty search will work with default testing data). - Confirm that the pagination links are styled like catalog search results. - Confirm that the search links work correctly and that the correct number is highlighted as you page through results. Sponsored-by: Athens County Public Libraries Created attachment 173186 [details] [review] Bug 38221: Add Bootstrap styling to pagination in authority plugin search results This patch updates the markup of pagination links in the authority search popup so that they have Bootstrap styling consistent with other pages (e.g. catalog search results). The pagination markup has also been moved to a BLOCK so that it can be reused instead of duplicated on the page. To test, apply the patch and go to Cataloging -> New record (using the basic MARC editor). - Switch to tab 1 and click the tag editor link next to tag 100 subfield a. - Perform a search in the popup window which will return multiple pages of results (an empty search will work with default testing data). - Confirm that the pagination links are styled like catalog search results. - Confirm that the search links work correctly and that the correct number is highlighted as you page through results. Sponsored-by: Athens County Public Libraries Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> Testing notes: also tested in the advanced editor, and in the 500s in the authority editor, since we've been burned before by the way the same script does all three. (In reply to Phil Ringnalda from comment #3) > Testing notes: also tested in the advanced editor, and in the 500s in the > authority editor, since we've been burned before by the way the same script > does all three. Thanks, Phil! QA by RM. Pushed for 25.05! Well done everyone, thank you! Nice work everyone! Pushed to 24.11.x for 24.11.03 |