diff --git a/CRM/Core/Error.php b/CRM/Core/Error.php index d23b83d959bd..04422c42ad7c 100644 --- a/CRM/Core/Error.php +++ b/CRM/Core/Error.php @@ -358,7 +358,7 @@ function_exists($config->fatalErrorHandler) if (CRM_Utils_Array::value('snippet', $_REQUEST) === CRM_Core_Smarty::PRINT_JSON) { $out = [ 'status' => 'fatal', - 'content' => '
' . ts('Sorry but we are not able to provide this at the moment.') . '
', + 'content' => '
' . CRM_Core_Page::crmIcon('fa-info-circle', ts('Info')) . ' ' . ts('Sorry but we are not able to provide this at the moment.') . '
', ]; if ($config->backtrace && CRM_Core_Permission::check('view debug output')) { $out['backtrace'] = self::parseBacktrace(debug_backtrace()); diff --git a/css/civicrm.css b/css/civicrm.css index d260ee66abff..06cfe11d01e8 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2137,11 +2137,6 @@ a.crm-i:hover { padding-left: 1.6em; } -.crm-container .inform-icon { - background-position: -16px -144px; - margin-right: 5px; -} - .crm-container a.helpicon { opacity: .8; } diff --git a/templates/CRM/ACL/Form/ACL.tpl b/templates/CRM/ACL/Form/ACL.tpl index fbecd9fce887..e887c38c8363 100644 --- a/templates/CRM/ACL/Form/ACL.tpl +++ b/templates/CRM/ACL/Form/ACL.tpl @@ -11,7 +11,7 @@
{if $action eq 8}
-
  + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}WARNING: Delete will remove this permission from the specified ACL Role.{/ts} {ts}Do you want to continue?{/ts}
{else} diff --git a/templates/CRM/ACL/Form/ACLBasic.tpl b/templates/CRM/ACL/Form/ACLBasic.tpl index f905c4d5835e..9239af3b7ce5 100644 --- a/templates/CRM/ACL/Form/ACLBasic.tpl +++ b/templates/CRM/ACL/Form/ACLBasic.tpl @@ -14,7 +14,7 @@ {if $action eq 8}
-
+
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts}WARNING: Delete will remove this permission from the specified ACL Role.{/ts} {ts}Do you want to continue?{/ts}
diff --git a/templates/CRM/ACL/Form/EntityRole.tpl b/templates/CRM/ACL/Form/EntityRole.tpl index 75bf26e6a2d2..8d55699d2459 100644 --- a/templates/CRM/ACL/Form/EntityRole.tpl +++ b/templates/CRM/ACL/Form/EntityRole.tpl @@ -13,7 +13,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}WARNING: Deleting this option will remove this ACL Role Assignment.{/ts} {ts}Do you want to continue?{/ts}
{else} diff --git a/templates/CRM/Activity/Form/Search/EmptyResults.tpl b/templates/CRM/Activity/Form/Search/EmptyResults.tpl index 19eaaefeb2d5..e129e4e1bdff 100644 --- a/templates/CRM/Activity/Form/Search/EmptyResults.tpl +++ b/templates/CRM/Activity/Form/Search/EmptyResults.tpl @@ -9,7 +9,7 @@ *} {* No matches for submitted search request. *}
-
  + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {if $qill}{ts}No matches found for:{/ts} {include file="CRM/common/displaySearchCriteria.tpl"} {else} diff --git a/templates/CRM/Activity/Form/Task/Delete.tpl b/templates/CRM/Activity/Form/Task/Delete.tpl index fa8c71b91547..7c817686c652 100644 --- a/templates/CRM/Activity/Form/Task/Delete.tpl +++ b/templates/CRM/Activity/Form/Task/Delete.tpl @@ -11,7 +11,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}

{ts}Are you sure you want to delete the selected Activities?{/ts}

{include file="CRM/Activity/Form/Task.tpl"}

diff --git a/templates/CRM/Activity/Form/Task/Print.tpl b/templates/CRM/Activity/Form/Task/Print.tpl index 7fd288217c7d..05bdc810d92c 100644 --- a/templates/CRM/Activity/Form/Task/Print.tpl +++ b/templates/CRM/Activity/Form/Task/Print.tpl @@ -67,7 +67,7 @@ {include file="CRM/common/formButtons.tpl" location="bottom"} {else}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}There are no records selected for Print.{/ts}
{/if} diff --git a/templates/CRM/Activity/Form/Task/SearchTaskHookSample.tpl b/templates/CRM/Activity/Form/Task/SearchTaskHookSample.tpl index 8456ac24b4c7..e06b14739dfd 100644 --- a/templates/CRM/Activity/Form/Task/SearchTaskHookSample.tpl +++ b/templates/CRM/Activity/Form/Task/SearchTaskHookSample.tpl @@ -37,7 +37,7 @@ {else}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}There are no records selected.{/ts}
{/if} diff --git a/templates/CRM/Activity/Page/UserDashboard.tpl b/templates/CRM/Activity/Page/UserDashboard.tpl index 8fb1f85f2b93..5baeb318f13b 100644 --- a/templates/CRM/Activity/Page/UserDashboard.tpl +++ b/templates/CRM/Activity/Page/UserDashboard.tpl @@ -47,7 +47,7 @@ q="action=view&reset=1&id=`$row.activity_id`&cid=`$row.contact_id`&context=dashb {/strip} {else}
-
  + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}There are no scheduled activities assigned to you.{/ts}
diff --git a/templates/CRM/Admin/Form/ContactType.tpl b/templates/CRM/Admin/Form/ContactType.tpl index ed5b54c53c59..e145236c78df 100644 --- a/templates/CRM/Admin/Form/ContactType.tpl +++ b/templates/CRM/Admin/Form/ContactType.tpl @@ -12,7 +12,7 @@
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}WARNING: {ts}This action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}{/ts}
{else} diff --git a/templates/CRM/Admin/Form/Extensions.tpl b/templates/CRM/Admin/Form/Extensions.tpl index bf114f4f699d..7b8e3f0c7e34 100644 --- a/templates/CRM/Admin/Form/Extensions.tpl +++ b/templates/CRM/Admin/Form/Extensions.tpl @@ -11,21 +11,21 @@

{$title}

{if $action eq 8} -
-
- {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"}{ts}Info{/ts}{/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}
{/if} {if $action eq 1} -
-
- {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} +
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/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}
{/if} {if $action eq 2} -
-
- {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} +
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/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}
{/if} {if $action eq 8 or $action eq 1 or $action eq 2} diff --git a/templates/CRM/Admin/Form/Job.tpl b/templates/CRM/Admin/Form/Job.tpl index 0fb95d4655da..8d1019494501 100644 --- a/templates/CRM/Admin/Form/Job.tpl +++ b/templates/CRM/Admin/Form/Job.tpl @@ -14,12 +14,12 @@ {if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}WARNING: Deleting this Scheduled Job will cause some important site functionality to stop working.{/ts} {ts}Do you want to continue?{/ts}
{elseif $action eq 4}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts 1=$jobName}Are you sure you would like to execute %1 job?{/ts}
{else} diff --git a/templates/CRM/Admin/Form/LabelFormats.tpl b/templates/CRM/Admin/Form/LabelFormats.tpl index c370eabac610..02a426ae78e3 100644 --- a/templates/CRM/Admin/Form/LabelFormats.tpl +++ b/templates/CRM/Admin/Form/LabelFormats.tpl @@ -28,12 +28,12 @@
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts 1=$formatName}WARNING: You are about to delete the Label Format titled %1.{/ts} {ts}Do you want to continue?{/ts}
{elseif $action eq 16384}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts 1=$formatName}Are you sure you would like to make a copy of the Label Format titled %1?{/ts}
{else} diff --git a/templates/CRM/Admin/Form/LocationType.tpl b/templates/CRM/Admin/Form/LocationType.tpl index 9e11f776654b..7c03f74e3611 100644 --- a/templates/CRM/Admin/Form/LocationType.tpl +++ b/templates/CRM/Admin/Form/LocationType.tpl @@ -12,7 +12,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}WARNING: Deleting this option will result in the loss of all location type records which use the option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{else} diff --git a/templates/CRM/Admin/Form/MailSettings.tpl b/templates/CRM/Admin/Form/MailSettings.tpl index ee8987a22baf..540ff891b156 100644 --- a/templates/CRM/Admin/Form/MailSettings.tpl +++ b/templates/CRM/Admin/Form/MailSettings.tpl @@ -12,7 +12,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}WARNING: Deleting this option will result in the loss of mail settings data.{/ts} {ts}Do you want to continue?{/ts}
{include file="CRM/common/formButtons.tpl" location="top"}
diff --git a/templates/CRM/Admin/Form/Mapping.tpl b/templates/CRM/Admin/Form/Mapping.tpl index af99fa96a286..35136bae96ce 100644 --- a/templates/CRM/Admin/Form/Mapping.tpl +++ b/templates/CRM/Admin/Form/Mapping.tpl @@ -27,7 +27,7 @@ {else}
-
  + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts 1=$mappingName}WARNING: Are you sure you want to delete mapping '%1'?{/ts} {ts}This action cannot be undone.{/ts}

diff --git a/templates/CRM/Admin/Form/MessageTemplates.tpl b/templates/CRM/Admin/Form/MessageTemplates.tpl index 28430b69e21c..58a03c6b0c69 100644 --- a/templates/CRM/Admin/Form/MessageTemplates.tpl +++ b/templates/CRM/Admin/Form/MessageTemplates.tpl @@ -22,7 +22,7 @@
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts 1=$msg_title|escape}Do you want to delete the message template '%1'?{/ts}
{else} diff --git a/templates/CRM/Admin/Form/OptionGroup.tpl b/templates/CRM/Admin/Form/OptionGroup.tpl index 60715a5e9590..051b8338f55e 100644 --- a/templates/CRM/Admin/Form/OptionGroup.tpl +++ b/templates/CRM/Admin/Form/OptionGroup.tpl @@ -12,7 +12,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}WARNING: Deleting this option gruop will result in the loss of all records which use the option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{else} diff --git a/templates/CRM/Admin/Form/Options.tpl b/templates/CRM/Admin/Form/Options.tpl index 2a566c9b653a..9ed92da8aff1 100644 --- a/templates/CRM/Admin/Form/Options.tpl +++ b/templates/CRM/Admin/Form/Options.tpl @@ -12,7 +12,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts 1=$gLabel}WARNING: Deleting this option will result in the loss of all %1 related records which use the option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{else} diff --git a/templates/CRM/Admin/Form/ParticipantStatusType.tpl b/templates/CRM/Admin/Form/ParticipantStatusType.tpl index a6c81f9b0d0b..cc55c8a35515 100644 --- a/templates/CRM/Admin/Form/ParticipantStatusType.tpl +++ b/templates/CRM/Admin/Form/ParticipantStatusType.tpl @@ -15,7 +15,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}WARNING: Deleting this Participant Status will remove all of its settings.{/ts} {ts}Do you want to continue?{/ts}
{include file="CRM/common/formButtons.tpl"} diff --git a/templates/CRM/Admin/Form/PaymentProcessor.tpl b/templates/CRM/Admin/Form/PaymentProcessor.tpl index 016fd7d846cf..434b864e96f1 100644 --- a/templates/CRM/Admin/Form/PaymentProcessor.tpl +++ b/templates/CRM/Admin/Form/PaymentProcessor.tpl @@ -14,7 +14,7 @@ {if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {$deleteMessage|escape}
{else} diff --git a/templates/CRM/Admin/Form/PaymentProcessorType.tpl b/templates/CRM/Admin/Form/PaymentProcessorType.tpl index ccb4a6970550..06db316b7d1f 100644 --- a/templates/CRM/Admin/Form/PaymentProcessorType.tpl +++ b/templates/CRM/Admin/Form/PaymentProcessorType.tpl @@ -13,7 +13,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}Do you want to continue?{/ts}
{else} diff --git a/templates/CRM/Admin/Form/PdfFormats.tpl b/templates/CRM/Admin/Form/PdfFormats.tpl index 623c0252549c..166953542124 100644 --- a/templates/CRM/Admin/Form/PdfFormats.tpl +++ b/templates/CRM/Admin/Form/PdfFormats.tpl @@ -30,7 +30,7 @@ {if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts 1=$formatName}WARNING: You are about to delete the PDF Page Format titled %1.{/ts}

{ts}This will remove the format from all Message Templates that use it. Do you want to continue?{/ts}

{else} diff --git a/templates/CRM/Admin/Form/ScheduleReminders.tpl b/templates/CRM/Admin/Form/ScheduleReminders.tpl index 0807cfffd2a4..87256ca8c638 100644 --- a/templates/CRM/Admin/Form/ScheduleReminders.tpl +++ b/templates/CRM/Admin/Form/ScheduleReminders.tpl @@ -13,7 +13,7 @@ {if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts 1=$reminderName}WARNING: You are about to delete the Reminder titled %1.{/ts} {ts}Do you want to continue?{/ts}
{else} diff --git a/templates/CRM/Admin/Page/EventTemplate.tpl b/templates/CRM/Admin/Page/EventTemplate.tpl index 72d50d871f44..fc7f7f68b20b 100644 --- a/templates/CRM/Admin/Page/EventTemplate.tpl +++ b/templates/CRM/Admin/Page/EventTemplate.tpl @@ -56,7 +56,7 @@ {else}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {capture assign=crmURL}{crmURL p='civicrm/event/add' q="action=add&is_template=1&reset=1"}{/capture} {ts 1=$crmURL}There are no Event Templates present. You can add one.{/ts}
diff --git a/templates/CRM/Admin/Page/Extensions/AddNew.tpl b/templates/CRM/Admin/Page/Extensions/AddNew.tpl index 3e025ac6a39f..4debbb1ee032 100644 --- a/templates/CRM/Admin/Page/Extensions/AddNew.tpl +++ b/templates/CRM/Admin/Page/Extensions/AddNew.tpl @@ -41,7 +41,7 @@ Depends: CRM/common/enableDisableApi.tpl and CRM/common/jsortable.tpl
{else}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}There are no extensions to display. Please click "Refresh" to update information about available extensions.{/ts}
{/if} diff --git a/templates/CRM/Admin/Page/Extensions/AddNewReq.tpl b/templates/CRM/Admin/Page/Extensions/AddNewReq.tpl index 1afe59b4f250..c29c17608b98 100644 --- a/templates/CRM/Admin/Page/Extensions/AddNewReq.tpl +++ b/templates/CRM/Admin/Page/Extensions/AddNewReq.tpl @@ -1,7 +1,7 @@
{foreach from=$extAddNewReqs item=req}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {$req.title}
{$req.message}
diff --git a/templates/CRM/Admin/Page/Extensions/Main.tpl b/templates/CRM/Admin/Page/Extensions/Main.tpl index e23977a984ec..177bc15dffcf 100644 --- a/templates/CRM/Admin/Page/Extensions/Main.tpl +++ b/templates/CRM/Admin/Page/Extensions/Main.tpl @@ -45,7 +45,7 @@ Depends: CRM/common/enableDisableApi.tpl and CRM/common/jsortable.tpl
{else}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts 1="https://civicrm.org/extensions"}There are no extensions to display. Click the "Add New" tab to browse and install extensions posted on the public CiviCRM Extensions Directory. If you have downloaded extensions manually and don't see them here, try clicking the "Refresh" button.{/ts}
{/if} diff --git a/templates/CRM/Admin/Page/Job.tpl b/templates/CRM/Admin/Page/Job.tpl index cb2d310b7c79..81a046bdbb35 100644 --- a/templates/CRM/Admin/Page/Job.tpl +++ b/templates/CRM/Admin/Page/Job.tpl @@ -63,7 +63,7 @@
{elseif $action ne 1}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}There are no jobs configured.{/ts}
{elseif $action ne 1}
-
  + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {if $jobId} {ts}This scheduled job does not have any log entries.{/ts} {else} diff --git a/templates/CRM/Admin/Page/LabelFormats.tpl b/templates/CRM/Admin/Page/LabelFormats.tpl index d2dd488eea67..844204445e01 100644 --- a/templates/CRM/Admin/Page/LabelFormats.tpl +++ b/templates/CRM/Admin/Page/LabelFormats.tpl @@ -68,7 +68,7 @@
{else}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {capture assign=crmURL}{crmURL p='civicrm/admin/labelFormats' q="action=add&reset=1"}{/capture} {ts 1=$crmURL}There are no Label Formats configured. You canadd one.{/ts}
diff --git a/templates/CRM/Admin/Page/MessageTemplates.tpl b/templates/CRM/Admin/Page/MessageTemplates.tpl index 2d704fdd963e..d012fd9514f1 100644 --- a/templates/CRM/Admin/Page/MessageTemplates.tpl +++ b/templates/CRM/Admin/Page/MessageTemplates.tpl @@ -147,7 +147,7 @@ {if empty( $template_row) }
-
  + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts 1=$crmURL}There are no User-driven Message Templates entered. You can add one.{/ts}
{/if} diff --git a/templates/CRM/Admin/Page/PaymentProcessor.tpl b/templates/CRM/Admin/Page/PaymentProcessor.tpl index ba6d55da20f0..875b34c76ca1 100644 --- a/templates/CRM/Admin/Page/PaymentProcessor.tpl +++ b/templates/CRM/Admin/Page/PaymentProcessor.tpl @@ -58,7 +58,7 @@
{elseif $action ne 1}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}There are no Payment Processors entered.{/ts}
{else}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}None found.{/ts}
{/if} diff --git a/templates/CRM/Admin/Page/ScheduleReminders.tpl b/templates/CRM/Admin/Page/ScheduleReminders.tpl index b5c950654402..1146115399a2 100644 --- a/templates/CRM/Admin/Page/ScheduleReminders.tpl +++ b/templates/CRM/Admin/Page/ScheduleReminders.tpl @@ -29,7 +29,7 @@
{else}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}None found.{/ts}
{/if} diff --git a/templates/CRM/Badge/Form/Layout.tpl b/templates/CRM/Badge/Form/Layout.tpl index 3aeda9184fc8..05c7fef6bfd2 100644 --- a/templates/CRM/Badge/Form/Layout.tpl +++ b/templates/CRM/Badge/Form/Layout.tpl @@ -13,7 +13,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{else} diff --git a/templates/CRM/Batch/Form/Batch.tpl b/templates/CRM/Batch/Form/Batch.tpl index 56e8d5bd9dd5..ae8c7b01740d 100644 --- a/templates/CRM/Batch/Form/Batch.tpl +++ b/templates/CRM/Batch/Form/Batch.tpl @@ -19,7 +19,7 @@
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}WARNING: Deleting this batch will result in the loss of all data entered for the batch.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{else} diff --git a/templates/CRM/Campaign/Form/Campaign.tpl b/templates/CRM/Campaign/Form/Campaign.tpl index ba17c99e82d9..4857645edd0f 100644 --- a/templates/CRM/Campaign/Form/Campaign.tpl +++ b/templates/CRM/Campaign/Form/Campaign.tpl @@ -14,7 +14,7 @@
-
 {ts}Are you sure you want to delete this Campaign?{/ts}
+
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}{ts}Are you sure you want to delete this Campaign?{/ts}
diff --git a/templates/CRM/Campaign/Form/Gotv.tpl b/templates/CRM/Campaign/Form/Gotv.tpl index daa157e60d6b..8962161b84a9 100644 --- a/templates/CRM/Campaign/Form/Gotv.tpl +++ b/templates/CRM/Campaign/Form/Gotv.tpl @@ -10,7 +10,7 @@ {if $errorMessages}
-
+ {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
    {foreach from=$errorMessages item=errorMsg}
  • {ts}{$errorMsg}{/ts}
  • diff --git a/templates/CRM/Campaign/Form/Petition.tpl b/templates/CRM/Campaign/Form/Petition.tpl index 2220c9d1f90e..f5707e815737 100644 --- a/templates/CRM/Campaign/Form/Petition.tpl +++ b/templates/CRM/Campaign/Form/Petition.tpl @@ -15,7 +15,7 @@
    -
    + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}  {ts}Are you sure you want to delete this Petition?{/ts}
    diff --git a/templates/CRM/Campaign/Form/Search/Campaign.tpl b/templates/CRM/Campaign/Form/Search/Campaign.tpl index ec68d2770f9a..06385ce8f55d 100644 --- a/templates/CRM/Campaign/Form/Search/Campaign.tpl +++ b/templates/CRM/Campaign/Form/Search/Campaign.tpl @@ -10,7 +10,7 @@ {if !$hasCampaigns}
    -
    + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}   {ts}None found.{/ts}
    diff --git a/templates/CRM/Campaign/Form/Search/EmptyResults.tpl b/templates/CRM/Campaign/Form/Search/EmptyResults.tpl index 0b2ef45f212c..ab3abcb56ad1 100644 --- a/templates/CRM/Campaign/Form/Search/EmptyResults.tpl +++ b/templates/CRM/Campaign/Form/Search/EmptyResults.tpl @@ -9,7 +9,7 @@ *} {* No matches for submitted search request. *}
    -
    + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {if $qill}{ts}No matches found for:{/ts} {include file="CRM/common/displaySearchCriteria.tpl"} {else} diff --git a/templates/CRM/Campaign/Form/Search/Petition.tpl b/templates/CRM/Campaign/Form/Search/Petition.tpl index 35414668910e..d7ab8bf22d58 100644 --- a/templates/CRM/Campaign/Form/Search/Petition.tpl +++ b/templates/CRM/Campaign/Form/Search/Petition.tpl @@ -10,7 +10,7 @@ {if !$hasPetitions}
    -
      + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}None found.{/ts}
    diff --git a/templates/CRM/Campaign/Form/Search/Survey.tpl b/templates/CRM/Campaign/Form/Search/Survey.tpl index 09a53a4ecea0..acd430250955 100644 --- a/templates/CRM/Campaign/Form/Search/Survey.tpl +++ b/templates/CRM/Campaign/Form/Search/Survey.tpl @@ -10,7 +10,7 @@ {if !$hasSurveys}
    -
      + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}None found.{/ts}
    diff --git a/templates/CRM/Campaign/Form/Survey/Delete.tpl b/templates/CRM/Campaign/Form/Survey/Delete.tpl index 1510b7bb4d6c..e83213f90585 100644 --- a/templates/CRM/Campaign/Form/Survey/Delete.tpl +++ b/templates/CRM/Campaign/Form/Survey/Delete.tpl @@ -11,7 +11,7 @@
    -
     {ts 1=$surveyTitle}Are you sure you want to delete the %1 survey?{/ts}
    +
    {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}{ts 1=$surveyTitle}Are you sure you want to delete the %1 survey?{/ts}
    diff --git a/templates/CRM/Campaign/Form/Task/Interview.tpl b/templates/CRM/Campaign/Form/Task/Interview.tpl index 9c927d7b4cc2..cb3bbcd1773c 100644 --- a/templates/CRM/Campaign/Form/Task/Interview.tpl +++ b/templates/CRM/Campaign/Form/Task/Interview.tpl @@ -9,7 +9,7 @@ *} {if $votingTab and $errorMessages}
    -
    + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
      {foreach from=$errorMessages item=errorMsg}
    • {ts}{$errorMsg}{/ts}
    • diff --git a/templates/CRM/Campaign/Form/Task/Print.tpl b/templates/CRM/Campaign/Form/Task/Print.tpl index fd17756a31a0..8daedbfd4578 100644 --- a/templates/CRM/Campaign/Form/Task/Print.tpl +++ b/templates/CRM/Campaign/Form/Task/Print.tpl @@ -21,7 +21,7 @@ {else}
      -
      + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon} {ts}There are no records selected for Print.{/ts}
      {/if} diff --git a/templates/CRM/Campaign/Form/Task/Release.tpl b/templates/CRM/Campaign/Form/Task/Release.tpl index cd992494304b..0299145c0e04 100644 --- a/templates/CRM/Campaign/Form/Task/Release.tpl +++ b/templates/CRM/Campaign/Form/Task/Release.tpl @@ -16,7 +16,7 @@
      -
       {ts 1=$surveyTitle}Do you want to release respondents for '%1' ?{/ts} + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}{ts 1=$surveyTitle}Do you want to release respondents for '%1' ?{/ts}
      diff --git a/templates/CRM/Campaign/Form/Task/Reserve.tpl b/templates/CRM/Campaign/Form/Task/Reserve.tpl index a4ccaf412ea1..0701c8bc39b2 100644 --- a/templates/CRM/Campaign/Form/Task/Reserve.tpl +++ b/templates/CRM/Campaign/Form/Task/Reserve.tpl @@ -16,7 +16,7 @@
      -
       {ts 1=$surveyTitle}Do you want to reserve respondents for '%1' ?{/ts} + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}{ts 1=$surveyTitle}Do you want to reserve respondents for '%1' ?{/ts}
      diff --git a/templates/CRM/Campaign/Page/Petition.tpl b/templates/CRM/Campaign/Page/Petition.tpl index 595c8582e74c..e569929c58c6 100644 --- a/templates/CRM/Campaign/Page/Petition.tpl +++ b/templates/CRM/Campaign/Page/Petition.tpl @@ -50,7 +50,7 @@ {else}
      -
       {ts}None found.{/ts} + {icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}{ts}None found.{/ts}
      {/if}