Merge pull request #22438 from eileenmcnaughton/format
[civicrm-core.git] / templates / CRM / Financial / Form / PaypalExpress.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*}
31d31a05 10
aaff4c69 11 <div id="paypalExpress">
aaff4c69
EM
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">
81590b0d 23 {$form.$expressButtonName.html} <span class="description">{ts}Checkout securely. Pay without sharing your financial information.{/ts}</span>
aaff4c69
EM
24 </div>
25 <div class="clear"></div>
26 </div>
27 </div>
28 </fieldset>
4f6cdd27 29 </div>