From b8abd43bea4bc29cd1bc04f227683a52285f5d98 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 14 Mar 2016 15:10:14 -0400 Subject: [PATCH 1/1] LP#1454871: whitespace cleanup Signed-off-by: Galen Charlton --- Open-ILS/src/templates/kpac/getit.tt2 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Open-ILS/src/templates/kpac/getit.tt2 b/Open-ILS/src/templates/kpac/getit.tt2 index dd1d5c5bd6..921a4b33e4 100644 --- a/Open-ILS/src/templates/kpac/getit.tt2 +++ b/Open-ILS/src/templates/kpac/getit.tt2 @@ -88,18 +88,18 @@ [%- IF ctx.user.email -%] [% ctx.notify_method.search('email') ? '' : '' %] - [%- END -%] + [%- END -%] - [%- IF allow_phone_notifications == 'true' -%] - [% IF ctx.default_phone %] + [%- IF allow_phone_notifications == 'true' -%] + [% IF ctx.default_phone %] [% phone_value = ctx.default_phone %] [% ELSE %] [% phone_value= ctx.user.day_phone %] [% END %] - - [% ctx.notify_method.search('phone') ? + + [% ctx.notify_method.search('phone') ? ' - ' : '' %] + ' : '' %] [%- END -%] [% IF ctx.get_org_setting(ctx.search_ou, 'sms.enable') == 1 %] @@ -109,7 +109,7 @@ ' ' : '' %] - [% END %] + [% END %] [% END %] -- 2.43.2