Summary: | Display issue with buttons on the self checkout screens | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26512 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00
|
|
Circulation function: | |||
Bug Depends on: | 20168 | ||
Bug Blocks: | |||
Attachments: |
Bug 26478: Display issue with buttons on the self checkout screens
Bug 26478: Display issue with buttons on the self checkout screens Bug 26478: Display issue with buttons on the self checkout screens |
Description
Katrin Fischer
2020-09-17 06:30:43 UTC
Created attachment 110257 [details] [review] Bug 26478: Display issue with buttons on the self checkout screens This patch adds missing Bootstrap classes to a few buttons on the self checkout page. Without the classes the buttons are not styled correctly. To test, apply the patch and open the self checkout page for a patron with multiple checkouts, some renewable and some non-renewable. In the table of the user's checkouts the "Renew item" button should be styled as a green button. The "Check in item" button should be styled as a blue button. Try to check out an item which cannot be circulated. On the page warning you "Item cannot be checked out," the "Return to account summary" button should be styled as a blue button. Created attachment 110417 [details] [review] Bug 26478: Display issue with buttons on the self checkout screens This patch adds missing Bootstrap classes to a few buttons on the self checkout page. Without the classes the buttons are not styled correctly. To test, apply the patch and open the self checkout page for a patron with multiple checkouts, some renewable and some non-renewable. In the table of the user's checkouts the "Renew item" button should be styled as a green button. The "Check in item" button should be styled as a blue button. Try to check out an item which cannot be circulated. On the page warning you "Item cannot be checked out," the "Return to account summary" button should be styled as a blue button. Signed-off-by: David Nind <david@davidnind.com> Created attachment 110420 [details] [review] Bug 26478: Display issue with buttons on the self checkout screens This patch adds missing Bootstrap classes to a few buttons on the self checkout page. Without the classes the buttons are not styled correctly. To test, apply the patch and open the self checkout page for a patron with multiple checkouts, some renewable and some non-renewable. In the table of the user's checkouts the "Renew item" button should be styled as a green button. The "Check in item" button should be styled as a blue button. Try to check out an item which cannot be circulated. On the page warning you "Item cannot be checked out," the "Return to account summary" button should be styled as a blue button. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 20.11, thanks to everybody involved! doesnt apply cleanly to 20.05.x, no backport |