[REF] Move handling of form elements back to the Form
[civicrm-core.git] / templates / CRM / Activity / 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 Activity deletes *}
11 <div class="crm-block crm-form-block crm-activity_delete-form-block">
12 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
13 <div class="messages status no-popup">
14 <div class="icon inform-icon"></div>
15 <p>{ts}Are you sure you want to delete the selected Activities?{/ts}</p>
16 <p>{include file="CRM/Activity/Form/Task.tpl"}</p>
17 </div>
18 <p>
19 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
20 </div>