Merge pull request #23932 from webmaster-cses-org-uk/patch-4
[civicrm-core.git] / xml / templates / message_templates / pcp_supporter_notify_html.tpl
CommitLineData
6a488035
TO
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
cb342529 13 <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;">
6a488035
TO
14
15 <!-- BEGIN HEADER -->
16 <!-- You can add table row(s) here with logo or other header elements -->
17 <!-- END HEADER -->
18
19 <!-- BEGIN CONTENT -->
20
21 <tr>
22 <td>
56658066 23 {assign var="greeting" value="{contact.email_greeting}"}{if $greeting}<p>{$greeting},</p>{/if}
6a488035
TO
24 <p>{ts 1="$contribPageTitle"}Thanks for creating a personal campaign page in support of %1.{/ts}</p>
25 </td>
26 </tr>
27
28 {if $pcpStatus eq 'Approved'}
29
30 <tr>
31 <td>
32 <table style="border: 1px solid #999; margin: 1em 0em 1em; border-collapse: collapse; width:100%;">
33 <tr>
34 <th {$headerStyle}>
35 {ts}Promoting Your Page{/ts}
36 </th>
37 </tr>
38 <tr>
39 <td colspan="2" {$valueStyle}>
40 {if $isTellFriendEnabled}
41 <p>{ts}You can begin your fundraising efforts using our "Tell a Friend" form{/ts}:</p>
42 <ol>
43 <li><a href="{$loginUrl}">{ts}Login to your account{/ts}</a></li>
44 <li><a href="{$pcpTellFriendURL}">{ts}Click this link and follow the prompts{/ts}</a></li>
45 </ol>
46 {else}
47 <p>{ts}Send email to family, friends and colleagues with a personal message about this campaign.{/ts} {ts}Include this link to your fundraising page in your emails{/ts}: {$pcpInfoURL}</p>
48 {/if}
49 </td>
50 </tr>
51 <tr>
52 <th {$headerStyle}>
53 {ts}Managing Your Page{/ts}
54 </th>
55 <tr>
56 <td colspan="2" {$valueStyle}>
57 <p>{ts}Whenever you want to preview, update or promote your page{/ts}:</p>
58 <ol>
59 <li><a href="{$loginUrl}">{ts}Login to your account{/ts}</a></li>
60 <li><a href="{$pcpInfoURL}">{ts}Go to your page{/ts}</a></li>
61 </ol>
0865a4ed 62 <p>{ts}When you view your campaign page WHILE LOGGED IN, the page includes links to edit your page, tell friends, and update your contact info.{/ts}</p>
6a488035
TO
63 </td>
64 </tr>
65 </tr>
66 </table>
67 </td>
68 </tr>
69
70 {elseif $pcpStatus EQ 'Waiting Review'}
71
72 <tr>
73 <td>
74 <p>{ts}Your page requires administrator review before you can begin your fundraising efforts.{/ts}</p>
75 <p>{ts}A notification email has been sent to the site administrator, and you will receive another notification from them as soon as the review process is complete.{/ts}</p>
76 <p>{ts}You can still preview your page prior to approval{/ts}:</p>
77 <ol>
78 <li><a href="{$loginUrl}">{ts}Login to your account{/ts}</a></li>
79 <li><a href="{$pcpInfoURL}">{ts}Click this link{/ts}</a></li>
80 </ol>
81 </td>
82 </tr>
83
84 {/if}
85
86 {if $pcpNotifyEmailAddress}
87 <tr>
88 <td>
89 <p>{ts}Questions? Send email to{/ts}: {$pcpNotifyEmailAddress}</p>
90 </td>
91 </tr>
92 {/if}
93
94 </table>
6a488035
TO
95
96</body>
97</html>