Merge pull request #22233 from colemanw/apiExplorerArgs
[civicrm-core.git] / templates / CRM / Financial / Form / PaypalPro.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 {if $form.$expressButtonName}
11 <div class="crm-section no-label paypal_button_info-section">
12 <div class="content description">
13 {ts}If you have a PayPal account, you can click the PayPal button to continue. Otherwise, fill in the credit card and billing information on this form and click <strong>Continue</strong> at the bottom of the page.{/ts}
14 </div>
15 </div>
16 <div class="crm-section no-label {$form.$expressButtonName.name}-section">
17 <div class="content description">
18 {$form.$expressButtonName.html}
19 <div class="description">{ts}Checkout securely. Pay without sharing your financial information.{/ts}</div>
20 </div>
21 </div>
22 {/if}