Change 'help' id to a class
[civicrm-core.git] / templates / CRM / Contribute / Form / PCP / Campaign.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
2c4c49ca 3 | CiviCRM version 4.7 |
6a488035 4 +--------------------------------------------------------------------+
e7112fa7 5 | Copyright CiviCRM LLC (c) 2004-2015 |
6a488035
TO
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*}
f6eedce7 26<div class="help">
6a488035
TO
27 {ts}Personalize the contents and appearance of your fundraising page here. You will be able to return to this page and make changes at any time.{/ts}
28</div>
29<fieldset>
30<div class="crm-block crm-contribution-campaign-form-block">
31<table class="form-layout-compressed" width="100%">
32 <tr class="crm-contribution-form-block-title">
33 <td class="label">{$form.title.label}</td>
34 <td>{$form.title.html|crmAddClass:big}</td>
35 </tr>
36 <tr class="crm-contribution-form-block-intro_text">
37 <td class="label">{$form.intro_text.label}</td>
38 <td>
39 {$form.intro_text.html|crmAddClass:big}<br />
40 <span 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 campaign contribution page when people make a contribution through your page.{/ts}</span>
41 </td>
42 </tr>
43 <tr class="crm-contribution-form-block-goal_amount">
44 <td class="label">{$form.goal_amount.label}</td>
45 <td>{$form.goal_amount.html|crmAddClass:six}<br />
46 <span class="description">{ts}Total amount you would like to raise for this campaign.{/ts}</span>
47 </td>
48 </tr>
49 <tr class="crm-contribution-form-block-is_thermometer">
50 <td class="label">{$form.is_thermometer.label}</td>
51 <td>{$form.is_thermometer.html}
52 <span class="description">{ts}If this option is checked, a "thermometer" showing progress toward your goal will be included on the page.{/ts}</span>
53 </td>
54 </tr>
55 <tr class="crm-contribution-form-block-donate_link_text">
56 <td class="label">{$form.donate_link_text.label}</td>
57 <td>{$form.donate_link_text.html}<br />
58 <span class="description">{ts}The text for the contribute button.{/ts}</span>
59 </td>
60 </tr>
61 <tr class="crm-contribution-form-block-page_text">
62 <td class="label" width="15%">{$form.page_text.label}</td>
63 <td width="85%">
64 <span class="description">{ts}Tell people why this campaign is important to you.{/ts}</span><br />
65 {$form.page_text.html|crmAddClass:huge}
66 </td>
67 </tr>
68</table>
69{include file="CRM/Form/attachment.tpl" context="pcpCampaign"}
70<table class="form-layout-compressed">
71 <tr class="crm-contribution-form-block-is_honor_roll">
72 <td class="label">{$form.is_honor_roll.label}</td>
73 <td>{$form.is_honor_roll.html}
74 <span class="description">{ts}If this option is checked, an "honor roll" will be displayed with the names (or nicknames) of the people who donated through your fundraising page. (Donors will have the option to remain anonymous. Their names will NOT be listed.){/ts}</span></td>
75 </tr>
76
77 <tr class="crm-contribution-form-block-is_active">
78 <td class="label">{$form.is_active.label}</td>
79 <td>{$form.is_active.html}
80 <span class="description">{ts}Is your Personal Campaign Page active? You can activate/de-activate it any time during it's lifecycle.{/ts}</span></td>
81 </tr>
82</table>
83</div>
84<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
85</fieldset>
86<script type="text/javascript">
87 // Always open attachment div by default for this form
88 cj('#attachments').show();
89</script>