Merge pull request #23148 from totten/5.48-cache-ver-suffix
[civicrm-core.git] / templates / CRM / Financial / Form / PaypalPro.tpl
CommitLineData
4f6cdd27
EM
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
4f6cdd27 4 | |
1188c7a8
TO
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 |
4f6cdd27
EM
8 +--------------------------------------------------------------------+
9*}
aaff4c69
EM
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>
4f6cdd27 15 </div>
aaff4c69
EM
16 <div class="crm-section no-label {$form.$expressButtonName.name}-section">
17 <div class="content description">
18 {$form.$expressButtonName.html}
3815b7d5 19 <div class="description">{ts}Checkout securely. Pay without sharing your financial information.{/ts}</div>
aaff4c69 20 </div>
4f6cdd27 21 </div>
aaff4c69 22{/if}