From 2c8a0d6d9ddb9379394f85314f94aabb77c51d22 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Mon, 31 Aug 2015 18:01:23 -0700 Subject: [PATCH] CRM-17031 - improve offline event receipts for new installs. ---------------------------------------- * CRM-17031: Improvement to offline Event Confirmation template https://issues.civicrm.org/jira/browse/CRM-17031 --- xml/templates/message_templates/event_online_receipt_html.tpl | 2 +- xml/templates/message_templates/event_online_receipt_text.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/templates/message_templates/event_online_receipt_html.tpl b/xml/templates/message_templates/event_online_receipt_html.tpl index f23c8c144c..56db8a152c 100644 --- a/xml/templates/message_templates/event_online_receipt_html.tpl +++ b/xml/templates/message_templates/event_online_receipt_html.tpl @@ -25,7 +25,7 @@ -

Dear {contact.email_greeting},

+

{contact.email_greeting},

{if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)}

{$event.confirm_email_text|htmlize}

diff --git a/xml/templates/message_templates/event_online_receipt_text.tpl b/xml/templates/message_templates/event_online_receipt_text.tpl index 21b1001fb0..403c2a9caa 100644 --- a/xml/templates/message_templates/event_online_receipt_text.tpl +++ b/xml/templates/message_templates/event_online_receipt_text.tpl @@ -1,4 +1,4 @@ -Dear {contact.email_greeting}, +{contact.email_greeting}, {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)} {$event.confirm_email_text} -- 2.25.1