[REF] Move handling of form elements back to the Form
[civicrm-core.git] / templates / CRM / Contact / Page / View / 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 contact deletes *}
11 <div class="messages status no-popup">
12 <div class="icon inform-icon"></div>
13 <p>{ts 1=$displayName}Are you sure you want to delete the contact record and all related information for <strong>%1</strong>?{/ts}</p>
14 <p>{ts}This action cannot be undone.{/ts}</p>
15 </div>
16 <p>
17 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl"}</div>