Summary: | Onboarding enrollment period fields styled badly | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Owen Leonard <oleonard> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david, gmcharlt |
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 fixes the 'Create a patron category' page in the web installer. It tidies up the layout for the enrolment period - the 'In months' and 'Until date' fields were further down the page, instead of aligned to the right of enrolment period label.
|
|
Version(s) released in: | Circulation function: | ||
Attachments: |
Screenshot showing the bad layout
Bug 40557: Fix layout of enrollment period fields in onboarding Bug 40557: Fix layout of enrollment period fields in onboarding |
Created attachment 184909 [details] [review] Bug 40557: Fix layout of enrollment period fields in onboarding This patch makes updates to CSS and markup in order to fix the layout of the enrollment period fields during the onboarding process. To test, apply the patch and rebuild the staff interface CSS. - Drop and recreate your Koha database. - Restart all services - Follow the web installer until you reach the onboarding stage "Create a patron category." - The enrollment period fields should look correct. Sponsored-by: Athens County Public Libraries Created attachment 185434 [details] [review] Bug 40557: Fix layout of enrollment period fields in onboarding This patch makes updates to CSS and markup in order to fix the layout of the enrollment period fields during the onboarding process. To test, apply the patch and rebuild the staff interface CSS. - Drop and recreate your Koha database. - Restart all services - Follow the web installer until you reach the onboarding stage "Create a patron category." - The enrollment period fields should look correct. Sponsored-by: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> |
Created attachment 184908 [details] Screenshot showing the bad layout In the onboarding process, at the stage where the user sets up a patron category, the layout of the enrollment period fields is broken.