Summary: | Course reserves details search appears offscreen | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | OPAC | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | Pushed to stable --- | QA Contact: | Laura Escamilla <Laura.escamilla> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david, Laura.escamilla, mirjam.vantieghem |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This fixes the alignment of the OPAC course reserves search box - it is now on the left above the table, instead of offscreen on the right-hand side.
|
|
Version(s) released in: |
25.11.00,25.05.01
|
Circulation function: | |
Attachments: |
Screenshot of issue
Bug 40080 - Fix search position on course reserves page Bug 40080: Fix search position on course reserves page Bug 40080: QA Follow-up - Code tidy-up based on QA tool feedback |
Description
Martin Renvoize (ashimema)
2025-06-05 09:43:11 UTC
Created attachment 182982 [details]
Screenshot of issue
Created attachment 182986 [details] [review] Bug 40080 - Fix search position on course reserves page This patch corrects the position of the table search box on the course reserves details pages by warpping the presented table in a 'rows' class div. We also update the search box dom configuration in the datatable itself to match that of other opac tables. Test plan 1) Add some course reserves to a course 2) View that course on the OPAC 3) Note that the search box for the table is aligned to the top of the main section of the page and over to the far right almost off screen. 4) Apply this patch 5) Confirm that the display of the search box is now nested just above the table in the same location as the course reserves list page Created attachment 183015 [details] [review] Bug 40080: Fix search position on course reserves page This patch corrects the position of the table search box on the course reserves details pages by warpping the presented table in a 'rows' class div. We also update the search box dom configuration in the datatable itself to match that of other opac tables. Test plan 1) Add some course reserves to a course 2) View that course on the OPAC 3) Note that the search box for the table is aligned to the top of the main section of the page and over to the far right almost off screen. 4) Apply this patch 5) Confirm that the display of the search box is now nested just above the table in the same location as the course reserves list page Signed-off-by: David Nind <david@davidnind.com> I fixed the bug title for the commit message - Bug 40080: XXXX. Created attachment 183081 [details] [review] Bug 40080: QA Follow-up - Code tidy-up based on QA tool feedback Nice work everyone! Pushed to main for 25.11 Nice work everyone! Pushed to 25.05.x for 25.05.03 |