| Summary: | Separate StaffListsHome block from the table block | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
| Component: | Staff interface | Assignee: | Owen Leonard <oleonard> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | fridolin.somers, gmcharlt |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
24.05.00
|
Circulation function: | |
| Bug Depends on: | 6419 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 35540: Separate StaffListsHome block from the table block
Bug 35540: Separate StaffListsHome block from the table block Bug 35540: Separate StaffListsHome block from the table block |
||
|
Description
Caroline Cyr La Rose
2023-12-11 16:57:31 UTC
I just noticed the StaffPatronsHome has the same problem. Created attachment 159977 [details] [review] Bug 35540: Separate StaffListsHome block from the table block This patch makes some minor changes to template markup and CSS so that "page-section" divs have consistent margins. To test, apply the patch and rebuild the staff interface CSS. - Go to Tools -> HTML customizations and create a new entry in StaffListsHome, StaffPatronsHome, and StaffPOSHome regions. - Confirm that those customizations are displayed well on each of those corresponding pages: The lists home page, the patrons home page, and the Point of Sale home page. - Confirm that other pages affected by the CSS change still display correctly. These pages have an added bottom margin on the main "container" of content. For example: - Patrons -> Patron search results - Catalog -> Catalog search results (especially results with multiple pages) - Circulation -> Circulation history - Reports -> Saved SQL reports Created attachment 159980 [details] [review] Bug 35540: Separate StaffListsHome block from the table block This patch makes some minor changes to template markup and CSS so that "page-section" divs have consistent margins. To test, apply the patch and rebuild the staff interface CSS. - Go to Tools -> HTML customizations and create a new entry in StaffListsHome, StaffPatronsHome, and StaffPOSHome regions. - Confirm that those customizations are displayed well on each of those corresponding pages: The lists home page, the patrons home page, and the Point of Sale home page. - Confirm that other pages affected by the CSS change still display correctly. These pages have an added bottom margin on the main "container" of content. For example: - Patrons -> Patron search results - Catalog -> Catalog search results (especially results with multiple pages) - Circulation -> Circulation history - Reports -> Saved SQL reports Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Created attachment 160929 [details] [review] Bug 35540: Separate StaffListsHome block from the table block This patch makes some minor changes to template markup and CSS so that "page-section" divs have consistent margins. To test, apply the patch and rebuild the staff interface CSS. - Go to Tools -> HTML customizations and create a new entry in StaffListsHome, StaffPatronsHome, and StaffPOSHome regions. - Confirm that those customizations are displayed well on each of those corresponding pages: The lists home page, the patrons home page, and the Point of Sale home page. - Confirm that other pages affected by the CSS change still display correctly. These pages have an added bottom margin on the main "container" of content. For example: - Patrons -> Patron search results - Catalog -> Catalog search results (especially results with multiple pages) - Circulation -> Circulation history - Reports -> Saved SQL reports Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed for 24.05! Well done everyone, thank you! Not backported to 23.11.x Nothing to add/edit in the Koha manual that I can see. |