CRM-17031 - improve offline event receipts for new installs
authorDave Greenberg <dave@civicrm.org>
Tue, 1 Sep 2015 00:58:23 +0000 (17:58 -0700)
committerDave Greenberg <dave@civicrm.org>
Tue, 1 Sep 2015 00:58:23 +0000 (17:58 -0700)
----------------------------------------
* CRM-17031: Improvement to offline Event Confirmation template
  https://issues.civicrm.org/jira/browse/CRM-17031

xml/templates/message_templates/event_offline_receipt_html.tpl
xml/templates/message_templates/event_offline_receipt_text.tpl
xml/templates/message_templates/event_online_receipt_html.tpl
xml/templates/message_templates/event_online_receipt_text.tpl

index 84738868a131a6aaa9447abe4d615c0b08ef003d..0fea47f064b7f13ebc8c70741d302a4793fba034 100644 (file)
@@ -21,6 +21,7 @@
 
   <tr>
    <td>
+    <p>{contact.email_greeting}</p>
 
     {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)}
      <p>{$event.confirm_email_text|htmlize}</p>
index d1a5a52d74c4093d0929d0c779fcfa373e2165ac..1a7daeb2d82ff9a3337a12178bb83c877f4f9c84 100644 (file)
@@ -1,3 +1,4 @@
+{contact.email_greeting}
 {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)}
 {$event.confirm_email_text}
 {/if}
index 4de01793ed94c285eb554b4f315a4e4b2b13f834..f23c8c144c70e5f021c9f58e4a2bdb7bd644f762 100644 (file)
@@ -25,7 +25,7 @@
 
   <tr>
    <td>
-  <p>Dear {contact.display_name},</p>
+  <p>Dear {contact.email_greeting},</p>
 
     {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)}
      <p>{$event.confirm_email_text|htmlize}</p>
index e6b33f79b9e77b4e73828bfee605b76a74c0f577..21b1001fb0fefc8ed5ba9d9fc6a066e588cff415 100644 (file)
@@ -1,4 +1,4 @@
-Dear {contact.display_name},
+Dear {contact.email_greeting},
 
 {if $event.confirm_email_text AND (not $isOnWaitlist AND not $isRequireApproval)}
 {$event.confirm_email_text}