Merge pull request #17981 from eileenmcnaughton/merge_form
[civicrm-core.git] / templates / CRM / Grant / Form / Task / Delete.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 {* Confirmation of Grant delete *}
11 <div class="crm-block crm-form-block crm-grant-task-delete-form-block">
12 <div class="messages status no-popup">
13 {icon icon="fa-info-circle"}{/icon}
14 {ts}Are you sure you want to delete the selected Grants? This delete operation cannot be undone and will delete all transactions associated with these grants.{/ts}
15 <p>{include file="CRM/Grant/Form/Task.tpl"}</p>
16 </div>
17 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl"}</div>
18 </div>