Summary: | Remove Problematic Logic from Patron Messaging Preferences Form - bootstrap | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | OPAC | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | chris, koha.aixmarseille, sandboxes |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 11125 | ||
Bug Blocks: | |||
Attachments: |
Bug 12293: Correct display for patron messaging preferences on OPAC - bootstrap
Bug 12293: Correct display for patron messaging preferences on OPAC - bootstrap [PASSED QA] Bug 12293: Correct display for patron messaging preferences on OPAC - bootstrap |
Description
Jonathan Druart
2014-05-20 14:31:14 UTC
Created attachment 28369 [details] [review] Bug 12293: Correct display for patron messaging preferences on OPAC - bootstrap This patch is a follow-up for bug 11125, it fixes the bootstrap theme. Test plan: 1) Remove 'sms' from message_transport_types table. 2) Go on OPAC "My messaging" tab => table columns are out of alignment with table heading. 3) Apply patch => table is correctly displayed. Patch tested with a sandbox, by Axelle Clarisse <koha.aixmarseille@gmail.com> Created attachment 28635 [details] [review] Bug 12293: Correct display for patron messaging preferences on OPAC - bootstrap This patch is a follow-up for bug 11125, it fixes the bootstrap theme. Test plan: 1) Remove 'sms' from message_transport_types table. 2) Go on OPAC "My messaging" tab => table columns are out of alignment with table heading. 3) Apply patch => table is correctly displayed. Signed-off-by: Axelle Clarisse <koha.aixmarseille@gmail.com> Created attachment 28731 [details] [review] [PASSED QA] Bug 12293: Correct display for patron messaging preferences on OPAC - bootstrap This patch is a follow-up for bug 11125, it fixes the bootstrap theme. Test plan: 1) Remove 'sms' from message_transport_types table. 2) Go on OPAC "My messaging" tab => table columns are out of alignment with table heading. 3) Apply patch => table is correctly displayed. Signed-off-by: Axelle Clarisse <koha.aixmarseille@gmail.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> With and without 'sms' existing the display of the table is now correct. Template only change. Template only change, pushed to master as Module Maintainer for OPAC |