Merge pull request #24117 from civicrm/5.52
[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}
f5f9426f 12
56658066 13 {assign var="greeting" value="{contact.email_greeting}"}{if $greeting}<p>{$greeting},</p>{/if}
5fe87df6 14 <p>{ts}You have received a donation at your personal page{/ts}: <a href="{$pcpInfoURL}">{$page_title}</a></p>
f5f9426f
N
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>
cb342529 21 <table id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left; width:100%; max-width:700px; padding:0; margin:0; border:0px;">
7bc6b5bb 22 <tr><td>{ts}Received{/ts}:</td><td> {$receive_date|crmDate}</td></tr>
dd55005c 23 <tr><td>{ts}Amount{/ts}:</td><td> {$total_amount|crmMoney:$currency}</td></tr>
f5f9426f
N
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>