From 3b133c79698efa016ce640911a7a936bd6eab5b2 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 22 Feb 2019 23:37:30 +1300 Subject: [PATCH] Payment notification formatting, move greeting into table --- .../message_templates/payment_or_refund_notification_html.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xml/templates/message_templates/payment_or_refund_notification_html.tpl b/xml/templates/message_templates/payment_or_refund_notification_html.tpl index c47efb7f82..6095b4d23f 100644 --- a/xml/templates/message_templates/payment_or_refund_notification_html.tpl +++ b/xml/templates/message_templates/payment_or_refund_notification_html.tpl @@ -12,8 +12,6 @@ {capture assign=emptyBlockStyle }style="padding: 10px; border-bottom: 1px solid #999;background-color: #f7f7f7;"{/capture} {capture assign=emptyBlockValueStyle }style="padding: 10px; border-bottom: 1px solid #999;"{/capture} -{if $emailGreeting}

{$emailGreeting},

{/if} -
@@ -22,7 +20,7 @@ - + {if $emailGreeting}{/if}
{$emailGreeting},
{if $isRefund} -- 2.25.1