CRM-12595 fix formatting in templates files (B)
[civicrm-core.git] / templates / CRM / Contribute / Form / ContributionPage / Amount.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.3 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2013 |
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{capture assign="adminPriceSets"}{crmURL p='civicrm/admin/price' q="reset=1"}{/capture}
27<div class="crm-block crm-form-block crm-contribution-contributionpage-amount-form-block">
28{if $isQuick}
29 <div id="popupContainer">
30 {ts}Once you switch to using a Price Set, you won't be able to switch back to your existing settings below except by re-entering them. Are you sure you want to switch to a Price Set?{/ts}
31 </div>
32{/if}
33<div id="help">
34 {ts}Use this form to configure Contribution Amount options. You can give contributors the ability to enter their own contribution amounts - and/or provide a fixed list of amounts. For fixed amounts, you can enter a label for each 'level' of contribution (e.g. Friend, Sustainer, etc.). If you allow people to enter their own dollar amounts, you can also set minimum and maximum values. Depending on your choice of Payment Processor, you may be able to offer a recurring contribution option.{/ts} {docURL page="user/contributions/payment-processors"}
35</div>
36 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
37 {if !$paymentProcessor}
38 {capture assign=ppUrl}{crmURL p='civicrm/admin/paymentProcessor' q="reset=1"}{/capture}
39 <div class="status message">
40 {ts 1=$ppUrl}No Payment Processor has been configured / enabled for your site. Unless you are only using CiviContribute to solicit non-monetary / in-kind contributions, you will need to <a href='%1'>configure a Payment Processor</a>. Then return to this screen and assign the processor to this Contribution Page.{/ts} {docURL page="user/contributions/payment-processors"}
41 <p>{ts}NOTE: Alternatively, you can enable the <strong>Pay Later</strong> option below without setting up a payment processor. All users will then be asked to submit payment offline (e.g. mail in a check, call in a credit card, etc.).{/ts}</p>
42 </div>
43 {/if}
44 <table class="form-layout-compressed">
45 <tr class="crm-contribution-contributionpage-amount-form-block-is_monetary"><th scope="row" class="label" width="20%">{$form.is_monetary.label}</th>
46 <td>{$form.is_monetary.html}<br />
47 <span class="description">{ts}Uncheck this box if you are using this contribution page for free membership signup ONLY, or to solicit in-kind / non-monetary donations such as furniture, equipment.. etc.{/ts}</span></td>
48 </tr>
49 <tr class="crm-contribution-contributionpage-amount-form-block-currency"><th scope="row" class="label" width="20%">{$form.currency.label}</th>
50 <td>{$form.currency.html}<br />
51 <span class="description">{ts}Select the currency to be used for contributions submitted from this contribution page.{/ts}</span></td>
52 </tr>
53 {if $paymentProcessor}
54 <tr class="crm-contribution-contributionpage-amount-form-block-payment_processor"><th scope="row" class="label" width="20%">{$form.payment_processor.label}</th>
55 <td>{$form.payment_processor.html}<br />
56 <span class="description">{ts}Select the payment processor to be used for contributions submitted from this contribution page (unless you are soliciting non-monetary / in-kind contributions only).{/ts} {docURL page="user/contributions/payment-processors"}</span></td>
57 </tr>
58 {/if}
59 <tr class="crm-contribution-contributionpage-amount-form-block-is_pay_later"><th scope="row" class="label">{$form.is_pay_later.label}</th>
60 <td>{$form.is_pay_later.html}<br />
61 <span class="description">{ts}Check this box if you want to give users the option to submit payment offline (e.g. mail in a check, call in a credit card, etc.).{/ts}</span></td>
62 </tr>
63 <tr id="payLaterFields" class="crm-contribution-form-block-payLaterFields"><td>&nbsp;</td>
64 <td>
65 <table class="form-layout">
66 <tr class="crm-contribution-contributionpage-amount-form-block-pay_later_text"><th scope="row" class="label">{$form.pay_later_text.label} <span class="marker" title="This field is required.">*</span> {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='pay_later_text' id=$contributionPageID}{/if}</th>
67 <td>{$form.pay_later_text.html|crmAddClass:big}<br />
8a51f5e6 68 <span class="description">{ts}Text displayed next to the checkbox for the 'pay later' option on the contribution form. You may include HTML formatting tags.{/ts}</span></td></tr>
6a488035
TO
69 <tr class="crm-contribution-contributionpage-amount-form-block-pay_later_receipt"><th scope="row" class="label">{$form.pay_later_receipt.label} <span class="marker" title="This field is required.">*</span> {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_contribution_page' field='pay_later_receipt' id=$contributionPageID}{/if}</th>
70 <td>{$form.pay_later_receipt.html|crmAddClass:big}<br />
71 <span class="description">{ts}Instructions added to Confirmation and Thank-you pages, as well as the confirmation email, when the user selects the 'pay later' option (e.g. 'Mail your check to ... within 3 business days.').{/ts}</span></td></tr>
72
73 </table>
74 </td>
75 </tr>
76 <tr class="crm-contribution-contributionpage-amount-form-block-amount_block_is_active">
77 <th scope="row" class="label">{$form.amount_block_is_active.label}</th>
78 <td>{$form.amount_block_is_active.html}<br />
79 <span class="description">{ts}Uncheck this box if you are using this contribution page for membership signup and renewal only - and you do NOT want users to select or enter any additional contribution amounts.{/ts}</span></td>
80 </tr>
81 <tr id="priceSet" class="crm-contribution-contributionpage-amount-form-block-priceSet">
82 <th scope="row" class="label">{$form.price_set_id.label}</th>
83 {if $price eq true}
84 <td>{$form.price_set_id.html}<br /><span class="description">{ts 1=$adminPriceSets}Select a pre-configured Price Set to offer multiple individually priced options for contributions. Otherwise, select &quot;-none-&quot; and enter one or more fixed contribution options in the table below. Create or edit Price Sets <a href='%1'>here</a>.{/ts}</span></td>
85 {else}
86 <td><div class="status message">{ts 1=$adminPriceSets}No Contribution Price Sets have been configured / enabled for your site. Price sets allow you to configure more complex contribution options (e.g. "Contribute $25 more to receive our monthly magazine."). Click <a href='%1'>here</a> if you want to configure price sets for your site.{/ts}</div></td>
87 {/if}
88 </tr>
89 </table>
90
91 <div id="recurringFields">
92 <table class="form-layout-compressed">
93
94
95 {if $recurringPaymentProcessor}
96 <tr id="recurringContribution" class="crm-contribution-form-block-is_recur"><th scope="row" class="label" width="20%">{$form.is_recur.label}</th>
97 <td>{$form.is_recur.html}<br />
98 <span class="description">{ts}Check this box if you want to give users the option to make recurring contributions. This feature requires that you use a payment processor which supports recurring billing / subscriptions functionality.{/ts} {docURL page="user/contributions/payment-processors"}</span>
99 </td>
100 </tr>
101 <tr id="recurFields" class="crm-contribution-form-block-recurFields"><td>&nbsp;</td>
102 <td>
103 <table class="form-layout-compressed">
104 <tr class="crm-contribution-form-block-recur_frequency_unit"><th scope="row" class="label">{$form.recur_frequency_unit.label}<span class="marker" title="This field is required.">*</span></th>
105 <td>{$form.recur_frequency_unit.html}<br />
106 <span class="description">{ts}Select recurring units supported for recurring payments.{/ts}</span></td>
107 </tr>
108 <tr class="crm-contribution-form-block-is_recur_interval"><th scope="row" class="label">{$form.is_recur_interval.label}</th>
109 <td>{$form.is_recur_interval.html}<br />
110 <span class="description">{ts}Can users also set an interval (e.g. every '3' months)?{/ts}</span></td>
111 </tr>
112 <tr class="crm-contribution-form-block-is_recur_installments"><th scope="row" class="label">{$form.is_recur_installments.label}</th>
113 <td>{$form.is_recur_installments.html}<br />
114 <span class="description">{ts}Give the user a choice of installments (e.g. donate every month for 6 months)? If not, recurring donations will continue indefinitely.{/ts}</span></td>
115 </tr>
116 </table>
117 </td>
118 </tr>
119 {/if}
120
121 </table>
122 </div>
123
124
125 <div id="amountFields">
126 <table class="form-layout-compressed">
127 {* handle CiviPledge fields *}
128 {if $civiPledge}
129 <tr class="crm-contribution-form-block-is_pledge_active"><th scope="row" class="label" width="20%">{$form.is_pledge_active.label}</th>
130 <td>{$form.is_pledge_active.html}<br />
131 <span class="description">{ts}Check this box if you want to give users the option to make a Pledge (a commitment to contribute a fixed amount on a recurring basis).{/ts}</span>
132 </td>
133 </tr>
134 <tr id="pledgeFields" class="crm-contribution-form-block-pledgeFields"><td></td><td>
135 <table class="form-layout-compressed">
136 <tr class="crm-contribution-form-block-pledge_frequency_unit"><th scope="row" class="label">{$form.pledge_frequency_unit.label}<span class="marker"> *</span></th>
137 <td>{$form.pledge_frequency_unit.html}<br />
138 <span class="description">{ts}Which frequencies can the user pick from (e.g. every 'week', every 'month', every 'year')?{/ts}</span></td>
139 </tr>
140 <tr class="crm-contribution-form-block-is_pledge_interval"><th scope="row" class="label">{$form.is_pledge_interval.label}</th>
141 <td>{$form.is_pledge_interval.html}<br />
142 <span class="description">{ts}Can they also set an interval (e.g. every '3' months)?{/ts}</span></td>
143 </tr>
144 <tr class="crm-contribution-form-block-initial_reminder_day"><th scope="row" class="label">{$form.initial_reminder_day.label}</th>
145 <td>{$form.initial_reminder_day.html}
146 <span class="label">{ts}days prior to each scheduled payment due date.{/ts}</span></td>
147 </tr>
148 <tr class="crm-contribution-form-block-max_reminders"><th scope="row" class="label">{$form.max_reminders.label}</th>
149 <td>{$form.max_reminders.html}
150 <span class="label">{ts}reminders for each scheduled payment.{/ts}</span></td>
151 </tr>
152 <tr class="crm-contribution-form-block-additional_reminder_day"><th scope="row" class="label">{$form.additional_reminder_day.label}</th>
153 <td>{$form.additional_reminder_day.html}
154 <span class="label">{ts}days after the last one sent, up to the maximum number of reminders.{/ts}</span></td>
155 </tr>
156 </table>
157 </td>
158 </tr>
159 {/if}
160
161 <tr class="crm-contribution-form-block-is_allow_other_amount"><th scope="row" class="label" width="20%">{$form.is_allow_other_amount.label}</th>
162 <td>{$form.is_allow_other_amount.html}<br />
163 <span class="description">{ts}Check this box if you want to give users the option to enter their own contribution amount. Your page will then include a text field labeled <strong>Other Amount</strong>.{/ts}</span></td></tr>
164
165 <tr id="minMaxFields" class="crm-contribution-form-block-minMaxFields"><td>&nbsp;</td><td>
166 <table class="form-layout-compressed">
167 <tr class="crm-contribution-form-block-min_amount"><th scope="row" class="label">{$form.min_amount.label}</th>
168 <td>{$form.min_amount.html|crmMoney}</td></tr>
169 <tr class="crm-contribution-form-block-max_amount"><th scope="row" class="label">{$form.max_amount.label}</th>
170 <td>{$form.max_amount.html|crmMoney}<br />
171 <span class="description">{ts 1=5|crmMoney}If you have chosen to <strong>Allow Other Amounts</strong>, you can use the fields above to control minimum and/or maximum acceptable values (e.g. don't allow contribution amounts less than %1).{/ts}</span></td></tr>
172 </table>
173 </td></tr>
174
175 <tr><td colspan="2">
176 <fieldset><legend>{ts}Fixed Contribution Options{/ts}</legend>
247506c6 177 {ts}Use the table below to enter up to ten fixed contribution amounts. These will be presented as a list of radio button options. Both the label and dollar amount will be displayed.{/ts}{if $isQuick}{ts} Click <a id='quickconfig' href='#'>here</a> if you want to configure the Fixed Contribution Options below as part of a Price Set, with the added flexibility and complexity that entails.{/ts}{/if}<br />
6a488035
TO
178 <table id="map-field-table">
179 <tr class="columnheader" ><th scope="column">{ts}Contribution Label{/ts}</th><th scope="column">{ts}Amount{/ts}</th><th scope="column">{ts}Default?{/ts}<br /><span class="crm-clear-link">(<a href="#" title="unselect" onclick="unselectRadio('default', 'Amount'); return false;" >{ts}clear{/ts}</a>)</span></th></tr>
180 {section name=loop start=1 loop=11}
181 {assign var=idx value=$smarty.section.loop.index}
182 <tr><td class="even-row">{$form.label.$idx.html}</td><td>{$form.value.$idx.html|crmMoney}</td><td class="even-row">{$form.default.$idx.html}</td></tr>
183 {/section}
184 </table>
185 </fieldset>
186 </td></tr>
187 </table>
188 </div>
189 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
190</div>
191
192{literal}
193<script type="text/javascript">
194 var paymentProcessorMapper = new Array( );
195 {/literal}
196 {if $recurringPaymentProcessor}
197 {foreach from=$recurringPaymentProcessor item="paymentProcessor" key="index"}{literal}
198 paymentProcessorMapper[{/literal}{$index}{literal}] = '{/literal}{$paymentProcessor}{literal}';
199 {/literal}{/foreach}
200 {/if}
201 {literal}
202 cj( document ).ready( function( ) {
203 cj("#popupContainer").hide();
204 function checked_payment_processors() {
205 var ids = [];
206 cj('.crm-contribution-contributionpage-amount-form-block-payment_processor input[type="checkbox"]').each(function(){
207 if(cj(this).attr('checked')) {
208 var id = cj(this).attr('id').split('_')[2];
209 ids.push(id);
210 }
211 });
212 return ids;
213 }
214
215 // show/hide recurring block
216 cj('.crm-contribution-contributionpage-amount-form-block-payment_processor input[type="checkbox"]').change(function(){
217 showRecurring( checked_payment_processors() )
218 });
219 showRecurring( checked_payment_processors() )
220 });
221 var element_other_amount = document.getElementsByName('is_allow_other_amount');
222 if (! element_other_amount[0].checked) {
223 cj('#minMaxFields').hide();
224 }
225 var amount_block = document.getElementsByName('amount_block_is_active');
226 var priceSetID = {/literal}'{$priceSetID}'{literal};
227
228 if ( ! amount_block[0].checked || priceSetID ) {
229 if ( !priceSetID ) {
230 cj('#priceSet').hide();
231 }
232 cj('#amountFields').hide();
233 }
234
235 cj(function() {
236 payLater('is_pay_later');
237 });
238
239 cj('#is_pay_later').click( function() {
240 payLater('is_pay_later');
241 });
242
243
244 function minMax(chkbox) {
245 if (chkbox.checked) {
246 cj('#minMaxFields').show();
247 } else {
248 cj('#minMaxFields').hide();
249 document.getElementById("min_amount").value = '';
250 document.getElementById("max_amount").value = '';
251 }
252 }
253
254 function payLater(chkbox) {
255 var elementId = 'payLaterFields';
256 if (cj('#' + chkbox).attr('checked')) {
257 cj('#' + elementId).show();
258 } else {
259 cj('#' + elementId).hide();
260 }
261 }
262
263 function showHideAmountBlock( element, elementName )
264 {
265 // show / hide when amount section is active check/uncheck.
266
267 var priceSetID = {/literal}'{$priceSetID}'{literal};
268
269 switch ( elementName ) {
270 case 'price_set_id':
271 if ( element ) {
272 cj('#amountFields').hide();
273 } else {
274 cj('#amountFields').show();
275 }
276 cj("#amount_block_is_active").attr( 'checked', true );
277 break;
278
279 case 'is_pledge_active' :
280 case 'is_allow_other_amount' :
281 if ( element.checked ) {
282 if ( priceSetID ) cj( "#price_set_id" ).val( '' );
283 cj('#amountFields').show();
284 }
285 cj("#amount_block_is_active").attr( 'checked', true );
286 break;
287
288 case 'amount_block_is_active' :
289 if ( element.checked ) {
290 if ( priceSetID ) {
291 cj('#amountFields').hide();
292 cj( "#price_set_id" ).val( priceSetID );
293 } else {
294 cj('#amountFields').show();
295 cj( "#price_set_id" ).val( '' );
296 }
297 cj('#priceSet, #recurringFields').show();
298 } else {
299 cj( "#price_set_id" ).val( '' );
300 cj('#amountFields, #priceSet, #recurringFields').hide();
301 }
302 break;
303 }
304 }
305
306 function showRecurring( paymentProcessorIds ) {
307 var display = true;
308 cj.each(paymentProcessorIds, function(k, id){
309 if( cj.inArray(id, paymentProcessorMapper) == -1 ) {
310 display = false;
311 }
312 });
313
314 if(display) {
315 cj( '#recurringContribution' ).show( );
316 } else {
317 if ( cj( '#is_recur' ).attr( 'checked' ) ) {
318 cj( '#is_recur' ).removeAttr("checked");
319 cj( '#recurFields' ).hide( );
320 }
321 cj( '#recurringContribution' ).hide( );
322 }
323 }
324
325</script>
326{/literal}
327{if $form.is_recur}
328{include file="CRM/common/showHideByFieldValue.tpl"
329 trigger_field_id ="is_recur"
330 trigger_value ="true"
331 target_element_id ="recurFields"
332 target_element_type ="table-row"
333 field_type ="radio"
334 invert = "false"
335}
336{/if}
337{if $civiPledge}
338{include file="CRM/common/showHideByFieldValue.tpl"
339 trigger_field_id = "is_pledge_active"
340 trigger_value = "true"
341 target_element_id = "pledgeFields"
342 target_element_type = "table-row"
343 field_type = "radio"
344 invert = "false"
345}
346{/if}
347
348{* include jscript to warn if unsaved form field changes *}
349{include file="CRM/common/formNavigate.tpl"}
350{if $isQuick}
351{literal}
352<script type="text/javascript">
353cj("#quickconfig").click(function(){
354cj("#popupContainer").dialog({
355 title: "Selected Price Set",
356 width:400,
357 height:220,
358 modal: true,
359 overlay: {
360 opacity: 0.5,
361 background: "black"
362 },
363 buttons: {
364 "Ok": function() {
365 var dataUrl = {/literal}'{crmURL p="civicrm/ajax/rest" h=0 q="className=CRM_Core_Page_AJAX&fnName=setIsQuickConfig&context=civicrm_contribution_page&id=$contributionPageID" }';
366 var redirectUrl = '{crmURL p="civicrm/admin/price/field" h=0 q="reset=1&action=browse&sid=" }';
367 {literal}
368 cj.ajax({
369 url: dataUrl,
370 async: false,
371 global: false,
372 success: function ( result ) {
373 if (result) {
374 window.location= redirectUrl+eval(result);
375 }
376 }
377 });
378 },
379 "Close": function() {
380 cj(this).dialog("close");
381 }
382 }
383});
384return false;
385});
386</script>
387{/literal}
388{/if}