Merge pull request #3691 from eileenmcnaughton/master
[civicrm-core.git] / xml / templates / message_templates / pcp_status_change_text.tpl
1 {if $pcpStatus eq 'Approved'}
2 ============================
3 {ts}Your Personal Campaign Page{/ts}
4
5 ============================
6
7 {ts}Your personal campaign page has been approved and is now live.{/ts}
8
9 {ts}Whenever you want to preview, update or promote your page{/ts}:
10 1. {ts}Login to your account at{/ts}:
11 {$loginUrl}
12
13 2. {ts}Click or paste this link into your browser to go to your page{/ts}:
14 {$pcpInfoURL}
15
16 {ts}When you view your campaign page WHILE LOGGED IN, the page includes links to edit
17 your page, tell friends, and update your contact info.{/ts}
18
19 {if $isTellFriendEnabled}
20
21 {ts}After logging in, you can use this form to promote your fundraising page{/ts}:
22 {$pcpTellFriendURL}
23
24 {/if}
25
26 {if $pcpNotifyEmailAddress}
27 {ts}Questions? Send email to{/ts}:
28 {$pcpNotifyEmailAddress}
29 {/if}
30
31 {* Rejected message *}
32 {elseif $pcpStatus eq 'Not Approved'}
33 ============================
34 {ts}Your Personal Campaign Page{/ts}
35
36 ============================
37
38 {ts}Your personal campaign page has been reviewed. There were some issues with the content
39 which prevented us from approving the page. We are sorry for any inconvenience.{/ts}
40
41 {if $pcpNotifyEmailAddress}
42
43 {ts}Please contact our site administrator for more information{/ts}:
44 {$pcpNotifyEmailAddress}
45 {/if}
46
47 {/if}