7a4bcf386f7fbf23c18c089dfdc8b31605069533
[civicrm-core.git] / templates / CRM / PCP / Form / Campaign.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.7 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2016 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 <div class="help">
27 {ts}Personalize the contents and appearance of your personal campaign page here. You will be able to return to this page and make changes at any time.{/ts}
28 </div>
29 <fieldset class="crm-pcp-campaign-group">
30 <div class="crm-block crm-contribution-campaign-form-block">
31 {crmRegion name="pcp-form-campaign"}
32 <div class="crm-section crm-pcp-title-section crm-contribution-form-block-title">
33 <div class="label">{$form.pcp_title.label}</div>
34 <div class="content">
35 {$form.pcp_title.html|crmAddClass:big}
36 </div>
37 <div class="clear"></div>
38 </div>
39 <div class="crm-section crm-pcp-intro_text-section crm-contribution-form-block-intro_text">
40 <div class="label">{$form.pcp_intro_text.label}</div>
41 <div class="content">
42 {$form.pcp_intro_text.html|crmAddClass:big}
43 <div class="description">{ts}Introduce the campaign and why you're supporting it. This text will appear at the top of your personal page AND at the top of the main contribution or event registration page.{/ts}</div>
44 </div>
45 <div class="clear"></div>
46 </div>
47 <div class="crm-section crm-pcp-goal_amount-section crm-contribution-form-block-goal_amount">
48 <div class="label">{$form.goal_amount.label}</div>
49 <div class="content">
50 {$form.goal_amount.html|crmAddClass:six}
51 <div class="description">{ts}Total amount you would like to raise for this campaign.{/ts}</div>
52 </div>
53 <div class="clear"></div>
54 </div>
55 <div class="crm-section crm-pcp-is_thermometer-section crm-contribution-form-block-is_thermometer">
56 <div class="label">{$form.is_thermometer.label}</div>
57 <div class="content">
58 {$form.is_thermometer.html}
59 <div class="description">{ts}If this option is checked, a "thermometer" showing progress toward your goal will be included on the page.{/ts}</div>
60 </div>
61 <div class="clear"></div>
62 </div>
63 <div class="crm-section crm-pcp-donate_link_text-section crm-contribution-form-block-donate_link_text">
64 <div class="label">{$form.donate_link_text.label}</div>
65 <div class="content">
66 {$form.donate_link_text.html}
67 <div class="description">{ts}The text for the contribute or register button.{/ts}</div>
68 </div>
69 <div class="clear"></div>
70 </div>
71 <div class="crm-section crm-pcp-page_text-section crm-contribution-form-block-page_text">
72 <div class="label">{$form.page_text.label}</div>
73 <div class="content">
74 {$form.page_text.html|crmAddClass:huge}
75 <div class="description">{ts}Tell people why this campaign is important to you.{/ts}</div>
76 </div>
77 <div class="clear"></div>
78 </div>
79 {include file="CRM/Form/attachment.tpl" context="pcpCampaign"}
80 <div class="crm-section crm-pcp-is_honor_roll-section crm-contribution-form-block-is_honor_roll">
81 <div class="label">{$form.is_honor_roll.label}</div>
82 <div class="content">
83 {$form.is_honor_roll.html}
84 <div class="description">{ts}If this option is checked, an "honor roll" will be displayed with the names (or nicknames) of the people who supported you. (Donors will have the option to remain anonymous. Their names will NOT be listed.){/ts}</div>{* [ML] string changed #9704 *}
85 </div>
86 <div class="clear"></div>
87 </div>
88 {if $owner_notification_option}
89 <div class="crm-section crm-pcp-is_notify-section crm-contribution-form-block-is_notify">
90 <div class="label">{$form.is_notify.label}</div>
91 <div class="content">
92 {$form.is_notify.html}
93 <div class="description">{ts}If this option is checked, you will receive an email notification when people contribute to your campaign.{/ts}</div>
94 </div>
95 <div class="clear"></div>
96 </div>
97 {/if}
98 <div class="crm-section crm-pcp-is_active crm-contribution-form-block-is_active">
99 <div class="label">{$form.is_active.label}</div>
100 <div class="content">
101 {$form.is_active.html}
102 <div class="description">{ts}Is your Personal Campaign Page active? You can activate/de-activate it any time during it's lifecycle.{/ts}</div>
103 </div>
104 <div class="clear"></div>
105 </div>
106 {/crmRegion}
107 </div>
108 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
109 </fieldset>
110 <script type="text/javascript">
111 // Always open attachment div by default for this form
112 cj('#attachments').show();
113 </script>