Merge pull request #11495 from yashodha/CRM-21637
[civicrm-core.git] / templates / CRM / Grant / Form / Task / Delete.tpl
index afdb3aec5900fe0cbaef95d68c07028f74d172da..4ea0fd88d782f599370da1303151fc393aae1ea4 100644 (file)
@@ -1,8 +1,8 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.7                                                |
+ | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2017                                |
+ | Copyright CiviCRM LLC (c) 2004-2018                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  +--------------------------------------------------------------------+
 *}
 {* Confirmation of Grant delete  *}
-<div class="messages status no-popup">
-        <p><div class="icon inform-icon"></div>&nbsp;
-        {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}</p>
-        <p>{include file="CRM/Grant/Form/Task.tpl"}</p>
+<div class="crm-block crm-form-block crm-grant-task-delete-form-block">
+  <div class="messages status no-popup">
+          <div class="icon inform-icon"></div>&nbsp;
+          {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}
+          <p>{include file="CRM/Grant/Form/Task.tpl"}</p>
+  </div>
+  <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl"}</div>
 </div>
-<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl"}</div>