Bug 12293

Summary: Remove Problematic Logic from Patron Messaging Preferences Form - bootstrap
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: OPACAssignee: 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
Same issue as Bug 11125.
The bootstrap theme has not been fixed.
Comment 1 Jonathan Druart 2014-05-20 14:34:04 UTC Comment hidden (obsolete)
Comment 2 Biblibre Sandboxes 2014-06-03 08:30:48 UTC
Patch tested with a sandbox, by Axelle Clarisse <koha.aixmarseille@gmail.com>
Comment 3 Biblibre Sandboxes 2014-06-03 08:31:04 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2014-06-09 10:30:41 UTC
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.
Comment 5 Chris Cormack 2014-06-16 20:47:38 UTC
Template only change, pushed to master as Module Maintainer for OPAC