commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / CRM / Upgrade / 4.6.alpha4.msg_template / message_templates / pcp_owner_notify_html.tpl
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
13 <p>{ts}You have received a donation at your personal page{/ts}: <a href="{$pcpInfoURL}">{$page_title}</a></p>
14 <p>{ts}Your fundraising total has been updated.{/ts}<br/>
15 {ts}The donor's information is listed below. You can choose to contact them and convey your thanks if you wish.{/ts} <br/>
16 {if $is_honor_roll_enabled}
17 {ts}The donor's name has been added to your honor roll unless they asked not to be included.{/ts}<br/>
18 {/if}
19 </p>
20 <table width="620" border="0" cellpadding="0" cellspacing="0" id="crm-event_receipt" style="font-family: Arial, Verdana, sans-serif; text-align: left;">
21 <tr><td>{ts}Receive Date{/ts}:</td><td> {$receive_date|crmDate}</td></tr>
22 <tr><td>{ts}Amount{/ts}:</td><td> {$total_amount|crmMoney}</td></tr>
23 <tr><td>{ts}Name{/ts}:</td><td> {$donors_display_name}</td></tr>
24 <tr><td>{ts}Email{/ts}:</td><td> {$donors_email}</td></tr>
25 </table>
26 </body>
27 </html>