Merge pull request #18474 from civicrm/5.30
[civicrm-core.git] / xml / templates / message_templates / pcp_status_change_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<center>
cb342529 10 <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
11
12 <!-- BEGIN HEADER -->
13 <!-- You can add table row(s) here with logo or other header elements -->
14 <!-- END HEADER -->
15
16 <!-- BEGIN CONTENT -->
17
18 <tr>
19 <td>
20
21 <h1>{ts}Your Personal Campaign Page{/ts}</h1>
22
23 {if $pcpStatus eq 'Approved'}
24
25 <p>{ts}Your personal campaign page has been approved and is now live.{/ts}</p>
26 <p>{ts}Whenever you want to preview, update or promote your page{/ts}:</p>
27 <ol>
28 <li><a href="{$loginUrl}">{ts}Login to your account{/ts}</a></li>
29 <li><a href="{$pcpInfoURL}">{ts}Go to your page{/ts}</a></li>
30 </ol>
0865a4ed 31 <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
32
33 {if $isTellFriendEnabled}
34 <p><a href="{$pcpTellFriendURL}">{ts}After logging in, you can use this form to promote your fundraising page{/ts}</a></p>
35 {/if}
36
37 {if $pcpNotifyEmailAddress}
38 <p>{ts}Questions? Send email to{/ts}: {$pcpNotifyEmailAddress}</p>
39 {/if}
40
41 {elseif $pcpStatus eq 'Not Approved'}
42
0865a4ed 43 <p>{ts}Your personal campaign page has been reviewed. There were some issues with the content which prevented us from approving the page. We are sorry for any inconvenience.{/ts}</p>
6a488035
TO
44 {if $pcpNotifyEmailAddress}
45 <p>{ts}Please contact our site administrator for more information{/ts}: {$pcpNotifyEmailAddress}</p>
46 {/if}
47
48 {/if}
49
50 </td>
51 </tr>
52
53 </table>
54</center>
55
56</body>
57</html>