From 3270d384c53c04eee44fa54ed065eebb0741df22 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 16 Aug 2011 08:38:21 -0400 Subject: [PATCH] Fix for Bug 6726 - When SMS is enabled the messaging table is misaligned The SMS section of the template was commented out in the patch pushed for Bug 5889, 'Allow message names to be translatable' with the comment 'fixing columns overflow.' That seems to have been a cosmetic fix for what I can only imagine was a different bug? Also fixing a T:T variable scope error. After applying this patch the "SMS" column in the Patron messaging preferences should appear when the SMSSendDriver preference is not empty. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- .../prog/en/includes/messaging-preference-form.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc index 90dbf1dfed..7ece6801cd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc @@ -51,8 +51,8 @@ [% ELSE %] - [% END %] - + [% END %] [% IF ( messaging_preference.transport_email ) %] -- 2.20.1