From 812fd1736686a6140ec1bdade5742f9643824318 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 Content-Type: text/plain; charset="utf-8" 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. --- .../prog/en/includes/messaging-preference-form.inc | 6 +++--- 1 files 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 90dbf1d..7ece680 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 ) %] -- 1.7.3