From 7cb3112c2144ca84d6775a3cf3ba1ba28ebe5ebb Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 20 May 2014 16:30:02 +0200 Subject: [PATCH] [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 Signed-off-by: Katrin Fischer With and without 'sms' existing the display of the table is now correct. Template only change. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt | 2 -- 1 file changed, 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt index a19dfc9..b115af4 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt @@ -63,8 +63,6 @@ [% END %] [% END %] - [% ELSE %] - -- [% END %] [% IF ( TalkingTechItivaPhone ) %] -- 1.8.3.2