When looking at the opac course reserves details page and reserves are present, the search box for filtering reserves is aligned far to the right of the page, often off page entirely.
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