Summary: | Remove obsolete Bootstrap classes from installer templates | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Staff interface | Assignee: | Owen Leonard <oleonard> |
Status: | RESOLVED FIXED | QA Contact: | Paul Derscheid <paul.derscheid> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gmcharlt, lucas, paul.derscheid |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
24.11.00
|
Circulation function: | |
Bug Depends on: | 37980 | ||
Bug Blocks: | |||
Attachments: |
Bug 38379: Remove obsolete Bootstrap classes from installer templates
Bug 38379: Remove obsolete Bootstrap classes from installer templates Bug 38379: Remove obsolete Bootstrap classes from installer templates |
Description
Owen Leonard
2024-11-06 13:43:03 UTC
Created attachment 174078 [details] [review] Bug 38379: Remove obsolete Bootstrap classes from installer templates This patch makes some minor markup changes to the installer and onboarding templates so that obsolete Bootstrap grid classes are removed. The patch also adds another breakpoint to the grid classes to that the content adjusts well at smaller viewport sizes. To test, apply the patch and rebuild the staff interface CSS. - Drop and recreate the Koha database. Run 'restart_all' if necessary. - Navigate to the staff interface. You should be presented with the installer login. The form should be centered on the page. - Log in and follow the installer and onboarding steps to confirm that the layout looks correct on each page. Created attachment 174084 [details] [review] Bug 38379: Remove obsolete Bootstrap classes from installer templates This patch makes some minor markup changes to the installer and onboarding templates so that obsolete Bootstrap grid classes are removed. The patch also adds another breakpoint to the grid classes to that the content adjusts well at smaller viewport sizes. To test, apply the patch and rebuild the staff interface CSS. - Drop and recreate the Koha database. Run 'restart_all' if necessary. - Navigate to the staff interface. You should be presented with the installer login. The form should be centered on the page. - Log in and follow the installer and onboarding steps to confirm that the layout looks correct on each page. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 174107 [details] [review] Bug 38379: Remove obsolete Bootstrap classes from installer templates This patch makes some minor markup changes to the installer and onboarding templates so that obsolete Bootstrap grid classes are removed. The patch also adds another breakpoint to the grid classes to that the content adjusts well at smaller viewport sizes. To test, apply the patch and rebuild the staff interface CSS. - Drop and recreate the Koha database. Run 'restart_all' if necessary. - Navigate to the staff interface. You should be presented with the installer login. The form should be centered on the page. - Log in and follow the installer and onboarding steps to confirm that the layout looks correct on each page. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> Pushed for 24.11! Well done everyone, thank you! |