Merge pull request #23018 from colemanw/afformDeepSearch
[civicrm-core.git] / templates / CRM / Financial / Form / PaypalExpress.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
11 <div id="paypalExpress">
12 <fieldset class="crm-group paypal_checkout-group">
13 <legend>{ts}Checkout with PayPal{/ts}</legend>
14 <div class="section">
15 <div class="crm-section paypalButtonInfo-section">
16 <div class="content">
17 <span class="description">{ts}Click the PayPal button to continue.{/ts}</span>
18 </div>
19 <div class="clear"></div>
20 </div>
21 <div class="crm-section {$expressButtonName}-section">
22 <div class="content">
23 {$form.$expressButtonName.html} <span class="description">{ts}Checkout securely. Pay without sharing your financial information.{/ts}</span>
24 </div>
25 <div class="clear"></div>
26 </div>
27 </div>
28 </fieldset>
29 </div>