You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
454 B

<?xml version="1.0" encoding="UTF-8"?>
<!--Template for payment summary button-->
<templates id="template" xml:space="preserve">
<t t-name="PaymentSummaryButton" owl="1">
<div class="control-button btn btn-light rounded-0 fw-bolder" t-on-click="onClick">
<i class="fa fa-credit-card" role="img"
aria-label="Payment Summary" title="Payment Summary"/>
Payment Summary
</div>
</t>
</templates>