From: Galen Charlton Date: Mon, 14 Mar 2016 19:10:14 +0000 (-0400) Subject: LP#1454871: whitespace cleanup X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=14f10ee50d903ef1855a09852a2bc7f6efa1bc1e;p=evergreen%2Ftadl.git LP#1454871: whitespace cleanup Signed-off-by: Galen Charlton --- 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 %]