Change inform-icon to fa-info-circle
[civicrm-core.git] / templates / CRM / Contribute / Form / CancelSubscription.tpl
CommitLineData
6a488035
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
6a488035 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 |
6a488035
TO
8 +--------------------------------------------------------------------+
9*}
10
11<div class="crm-block crm-form-block crm-auto-renew-membership-cancellation">
f6eedce7 12<div class="help">
34d6cec4 13 {icon icon="fa-info-circle"}{/icon}
dd793ad1 14 {$cancelRecurDetailText}
5077b04c 15 {if $cancelRecurNotSupportedText}
dd793ad1 16 <div class="status-warning">{$cancelRecurNotSupportedText}</div>
6a488035
TO
17 {/if}
18</div>
f1105edc 19 {include file="CRM/Core/Form/EntityForm.tpl"}
6a488035 20</div>