CRM-15821 Add PCP owner notifications message templates
[civicrm-core.git] / xml / templates / message_templates / pcp_owner_notify_html.tpl
CommitLineData
f5f9426f
N
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title></title>
6</head>
7<body>
8
9{capture assign=headerStyle}colspan="2" style="text-align: left; padding: 4px; border-bottom: 1px solid #999; background-color: #eee;"{/capture}
10{capture assign=labelStyle }style="padding: 4px; border-bottom: 1px solid #999; background-color: #f7f7f7;"{/capture}
11{capture assign=valueStyle }style="padding: 4px; border-bottom: 1px solid #999;"{/capture}
12{capture assign=pcpURL }{crmURL p="civicrm/pcp/info" q="reset=1&id=`$pcpId`" h=0 a=1}{/capture}
13
14 <p>{ts}You have received a donation at your personal page{/ts}: {$page_title}</p>
15 <p>{ts}Your fundraising total has been updated.{/ts}<br/>
16 {ts}The donor's information is listed below. You can choose to contact them and convey your thanks if you wish.{/ts} <br/>
17 {if $is_honor_roll_enabled}
18 {ts}The donor's name has been added to your honor roll unless they asked not to be included.{/ts}<br/>
19 {/if}
20 </p>
21 <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;">
22 <tr><td>{ts}Receive Date{/ts}:</td><td> {$receive_date|crmDate}</td></tr>
23 <tr><td>{ts}Amount{/ts}:</td><td> {$total_amount|crmMoney}</td></tr>
24 <tr><td>{ts}Name{/ts}:</td><td> {$donors_display_name}</td></tr>
25 <tr><td>{ts}Email{/ts}:</td><td> {$donors_email}</td></tr>
26 </table>
27</body>
28</html>