add msg template files
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 25 Nov 2015 07:13:19 +0000 (12:43 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Wed, 25 Nov 2015 07:13:19 +0000 (12:43 +0530)
CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_html.tpl [new file with mode: 0644]
CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_subject.tpl [new file with mode: 0644]
CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_text.tpl [new file with mode: 0644]

diff --git a/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_html.tpl b/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_html.tpl
new file mode 100644 (file)
index 0000000..efb55af
--- /dev/null
@@ -0,0 +1,146 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title></title>
+</head>
+<body>
+
+{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture}
+{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture}
+{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture}
+
+<center>
+ <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;">
+
+  <!-- BEGIN HEADER -->
+  <!-- You can add table row(s) here with logo or other header elements -->
+  <!-- END HEADER -->
+
+  <!-- BEGIN CONTENT -->
+
+  <tr>
+   <td>
+    <p>{ts 1=$contact.display_name}Dear %1{/ts},</p>
+    <p>{ts 1=$to_participant}Your Event Registration has been Transferred to %1.{/ts}</p>
+   </td>
+  </tr>
+  <tr>
+   <td>
+    <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;">
+     <tr>
+      <th {$headerStyle}>
+       {ts}Event Information and Location{/ts}
+      </th>
+     </tr>
+     <tr>
+      <td colspan="2" {$valueStyle}>
+       {$event.event_title}<br />
+       {$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}
+      </td>
+     </tr>
+     <tr>
+      <td {$labelStyle}>
+       {ts}Participant Role{/ts}:
+      </td>
+      <td {$valueStyle}>
+       {$participant.role}
+      </td>
+     </tr>
+
+     {if $isShowLocation}
+      <tr>
+       <td colspan="2" {$valueStyle}>
+        {if $event.location.address.1.name}
+         {$event.location.address.1.name}<br />
+        {/if}
+        {if $event.location.address.1.street_address}
+         {$event.location.address.1.street_address}<br />
+        {/if}
+        {if $event.location.address.1.supplemental_address_1}
+         {$event.location.address.1.supplemental_address_1}<br />
+        {/if}
+        {if $event.location.address.1.supplemental_address_2}
+         {$event.location.address.1.supplemental_address_2}<br />
+        {/if}
+        {if $event.location.address.1.city}
+         {$event.location.address.1.city} {$event.location.address.1.postal_code}
+         {if $event.location.address.1.postal_code_suffix}
+          - {$event.location.address.1.postal_code_suffix}
+         {/if}
+        {/if}
+       </td>
+      </tr>
+     {/if}
+
+     {if $event.location.phone.1.phone || $event.location.email.1.email}
+      <tr>
+       <td colspan="2" {$labelStyle}>
+        {ts}Event Contacts:{/ts}
+       </td>
+      </tr>
+      {foreach from=$event.location.phone item=phone}
+       {if $phone.phone}
+        <tr>
+         <td {$labelStyle}>
+          {if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}
+         </td>
+         <td {$valueStyle}>
+          {$phone.phone}
+         </td>
+        </tr>
+       {/if}
+      {/foreach}
+      {foreach from=$event.location.email item=eventEmail}
+       {if $eventEmail.email}
+        <tr>
+         <td {$labelStyle}>
+          {ts}Email{/ts}
+         </td>
+         <td {$valueStyle}>
+          {$eventEmail.email}
+         </td>
+        </tr>
+       {/if}
+      {/foreach}
+     {/if}
+
+     {if $contact.email}
+      <tr>
+       <th {$headerStyle}>
+        {ts}Registered Email{/ts}
+       </th>
+      </tr>
+      <tr>
+       <td colspan="2" {$valueStyle}>
+        {$contact.email}
+       </td>
+      </tr>
+     {/if}
+
+     {if $register_date}
+      <tr>
+       <td {$labelStyle}>
+        {ts}Registration Date{/ts}
+       </td>
+       <td {$valueStyle}>
+        {$participant.register_date|crmDate}
+       </td>
+      </tr>
+     {/if}
+
+    </table>
+   </td>
+  </tr>
+
+  <tr>
+   <td>
+    <p>{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}</p>
+   </td>
+  </tr>
+
+ </table>
+</center>
+
+</body>
+</html>
diff --git a/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_subject.tpl b/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_subject.tpl
new file mode 100644 (file)
index 0000000..6488ece
--- /dev/null
@@ -0,0 +1 @@
+{ts 1=$event.event_title}Event Registration Transferred for %1{/ts}
diff --git a/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_text.tpl b/CRM/Upgrade/4.7.beta1.msg_template/message_templates/participant_transferred_text.tpl
new file mode 100644 (file)
index 0000000..6c50c9b
--- /dev/null
@@ -0,0 +1,57 @@
+{ts 1=$contact.display_name}Dear %1{/ts},
+
+{ts 1=$to_participant}Your Event Registration has been transferred to %1.{/ts}
+
+===========================================================
+{ts}Event Information and Location{/ts}
+
+===========================================================
+{$event.event_title}
+{$event.event_start_date|crmDate}{if $event.event_end_date}-{if $event.event_end_date|date_format:"%Y%m%d" == $event.event_start_date|date_format:"%Y%m%d"}{$event.event_end_date|crmDate:0:1}{else}{$event.event_end_date|crmDate}{/if}{/if}
+
+{ts}Participant Role{/ts}: {$participant.role}
+
+{if $isShowLocation}
+{if $event.location.address.1.name}
+
+{$event.location.address.1.name}
+{/if}
+{if $event.location.address.1.street_address}{$event.location.address.1.street_address}
+{/if}
+{if $event.location.address.1.supplemental_address_1}{$event.location.address.1.supplemental_address_1}
+{/if}
+{if $event.location.address.1.supplemental_address_2}{$event.location.address.1.supplemental_address_2}
+{/if}
+{if $event.location.address.1.city}{$event.location.address.1.city} {$event.location.address.1.postal_code}{if $event.location.address.1.postal_code_suffix} - $event.location.address.1.postal_code_suffix}{/if}
+{/if}
+
+{/if}{*End of isShowLocation condition*}
+
+{if $event.location.phone.1.phone || $event.location.email.1.email}
+
+{ts}Event Contacts:{/ts}
+{foreach from=$event.location.phone item=phone}
+{if $phone.phone}
+
+{if $phone.phone_type}{$phone.phone_type_display}{else}{ts}Phone{/ts}{/if}: {$phone.phone}{/if}
+{/foreach}
+{foreach from=$event.location.email item=eventEmail}
+{if $eventEmail.email}
+
+{ts}Email{/ts}: {$eventEmail.email}{/if}{/foreach}
+{/if}
+
+{if $contact.email}
+
+===========================================================
+{ts}Registered Email{/ts}
+
+===========================================================
+{$contact.email}
+{/if}
+
+{if $register_date}
+{ts}Registration Date{/ts}: {$participant.register_date|crmDate}
+{/if}
+
+{ts 1=$domain.phone 2=$domain.email}Please contact us at %1 or send email to %2 if you have questions.{/ts}