Merge pull request #17981 from eileenmcnaughton/merge_form
[civicrm-core.git] / templates / CRM / Admin / Form / Extensions.tpl
index bf114f4f699dbbeda7466a3016054b1c1d5ca0dc..6b9345faa6e08a64f4ecaa8d50b4af893e498e1d 100644 (file)
 <div class="crm-block crm-form-block crm-admin-optionvalue-form-block">
    {if $action eq 8}
       <div class="messages status no-popup">
-          <div class="icon inform-icon"></div>
-          {ts}WARNING: Uninstalling this extension might result in the loss of all records which use the extension.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone. Please review the extension information below before you make final decision.{/ts} {ts}Do you want to continue?{/ts}
+        {icon icon="fa-info-circle"}{/icon}
+        {ts}WARNING: Uninstalling this extension might result in the loss of all records which use the extension.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone. Please review the extension information below before you make final decision.{/ts} {ts}Do you want to continue?{/ts}
       </div>
    {/if}
    {if $action eq 1}
-      <div class="messages status no-popup">
-          <div class="icon inform-icon"></div>
-          {ts}Installing this extension will provide you with new functionality. Please make sure that the extension you're installing comes from a trusted source.{/ts} {ts}Do you want to continue?{/ts}
+     <div class="messages status no-popup">
+        {icon icon="fa-info-circle"}{/icon}
+        {ts}Installing this extension will provide you with new functionality. Please make sure that the extension you're installing comes from a trusted source.{/ts} {ts}Do you want to continue?{/ts}
       </div>
    {/if}
    {if $action eq 2}
-      <div class="messages status no-popup">
-          <div class="icon inform-icon"></div>
-          {ts}Downloading this extension will provide you with new functionality. Please make sure that the extension you're installing or upgrading comes from a trusted source.{/ts} {ts}Do you want to continue?{/ts}
+     <div class="messages status no-popup">
+        {icon icon="fa-info-circle"}{/icon}
+        {ts}Downloading this extension will provide you with new functionality. Please make sure that the extension you're installing or upgrading comes from a trusted source.{/ts} {ts}Do you want to continue?{/ts}
       </div>
    {/if}
    {if $action eq 8 or $action eq 1 or $action eq 2}