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