Change inform-icon to fa-info-circle
[civicrm-core.git] / templates / CRM / Case / Form / Task / Restore.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 contribution deletes *}
11 <div class="messages status no-popup">
12 {icon icon="fa-info-circle"}{/icon}
13 &nbsp;{ts}Are you sure you want to restore the selected cases? This operation will retrieve the case(s) and all associated activities from Trash.{/ts}</p>
14 <p>{include file="CRM/Case/Form/Task.tpl"}</p>
15 </div>
16 <p>
17 <div class="crm-submit-buttons">
18 {include file="CRM/common/formButtons.tpl" location="bottom"}
19 </div>