Skip to content

Commit

Permalink
Change inform-icon to fa-info-circle
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Jul 30, 2020
1 parent 1507408 commit e2d5f3f
Show file tree
Hide file tree
Showing 185 changed files with 213 additions and 218 deletions.
2 changes: 1 addition & 1 deletion CRM/Core/Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ function_exists($config->fatalErrorHandler)
if (CRM_Utils_Array::value('snippet', $_REQUEST) === CRM_Core_Smarty::PRINT_JSON) {
$out = [
'status' => 'fatal',
'content' => '<div class="messages status no-popup"><div class="icon inform-icon"></div>' . ts('Sorry but we are not able to provide this at the moment.') . '</div>',
'content' => '<div class="messages status no-popup">' . CRM_Core_Page::crmIcon('fa-info-circle', ts('Info')) . ' ' . ts('Sorry but we are not able to provide this at the moment.') . '</div>',
];
if ($config->backtrace && CRM_Core_Permission::check('view debug output')) {
$out['backtrace'] = self::parseBacktrace(debug_backtrace());
Expand Down
5 changes: 0 additions & 5 deletions css/civicrm.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/ACL/Form/ACL.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="crm-block crm-form-block crm-acl-form-block">
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>&nbsp;
{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}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/ACL/Form/ACLBasic.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{if $action eq 8}
<div class="messages status no-popup">
<dl>
<dt><div class="icon inform-icon"></div></dt>
<dt>{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}</dt>
<dd>
{ts}WARNING: Delete will remove this permission from the specified ACL Role.{/ts} {ts}Do you want to continue?{/ts}
</dd>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/ACL/Form/EntityRole.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Activity/Form/Search/EmptyResults.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*}
{* No matches for submitted search request. *}
<div class="messages status no-popup">
<div class="icon inform-icon"></div> &nbsp;
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{if $qill}{ts}No matches found for:{/ts}
{include file="CRM/common/displaySearchCriteria.tpl"}
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Activity/Form/Task/Delete.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="crm-block crm-form-block crm-activity_delete-form-block">
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
<p>{ts}Are you sure you want to delete the selected Activities?{/ts}</p>
<p>{include file="CRM/Activity/Form/Task.tpl"}</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Activity/Form/Task/Print.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{include file="CRM/common/formButtons.tpl" location="bottom"}
{else}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts}There are no records selected for Print.{/ts}
</div>
{/if}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Activity/Form/Task/SearchTaskHookSample.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

{else}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts}There are no records selected.{/ts}
</div>
{/if}
2 changes: 1 addition & 1 deletion templates/CRM/Activity/Page/UserDashboard.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ q="action=view&reset=1&id=`$row.activity_id`&cid=`$row.contact_id`&context=dashb
{/strip}
{else}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>&nbsp;
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts}There are no scheduled activities assigned to you.{/ts}

</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/ContactType.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="crm-block crm-form-block crm-contact-type-form-block">
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
{else}
Expand Down
18 changes: 9 additions & 9 deletions templates/CRM/Admin/Form/Extensions.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
<h3>{$title}</h3>
<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}
<div class="messages no-popup">
{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}
</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="text-info no-popup">
{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}
</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="crm-statmessages no-popup">
{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}
</div>
{/if}
{if $action eq 8 or $action eq 1 or $action eq 2}
Expand Down
4 changes: 2 additions & 2 deletions templates/CRM/Admin/Form/Job.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
{elseif $action eq 4}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts 1=$jobName}Are you sure you would like to execute %1 job?{/ts}
</div>
{else}
Expand Down
4 changes: 2 additions & 2 deletions templates/CRM/Admin/Form/LabelFormats.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<div class="crm-block crm-form-block crm-labelFormat-form-block">
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts 1=$formatName}WARNING: You are about to delete the Label Format titled <strong>%1</strong>.{/ts} {ts}Do you want to continue?{/ts}
</div>
{elseif $action eq 16384}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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 <strong>%1</strong>?{/ts}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/LocationType.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/MailSettings.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/Mapping.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</table>
{else}
<div class="messages status no-popup">
<div class="icon inform-icon"></div> &nbsp;
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts 1=$mappingName}WARNING: Are you sure you want to delete mapping '<b>%1</b>'?{/ts} {ts}This action cannot be undone.{/ts}
</div>
<br />
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/MessageTemplates.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="form-item" id="message_templates">
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts 1=$msg_title|escape}Do you want to delete the message template '%1'?{/ts}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/OptionGroup.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/Options.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/ParticipantStatusType.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
<div>{include file="CRM/common/formButtons.tpl"}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/PaymentProcessor.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{$deleteMessage|escape}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/PaymentProcessorType.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts}Do you want to continue?{/ts}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/PdfFormats.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts 1=$formatName}WARNING: You are about to delete the PDF Page Format titled <strong>%1</strong>.{/ts}<p>{ts}This will remove the format from all Message Templates that use it. Do you want to continue?{/ts}</p>
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Form/ScheduleReminders.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts 1=$reminderName}WARNING: You are about to delete the Reminder titled <strong>%1</strong>.{/ts} {ts}Do you want to continue?{/ts}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/EventTemplate.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

{else}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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 <a href='%1'>add one</a>.{/ts}
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/Extensions/AddNew.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Depends: CRM/common/enableDisableApi.tpl and CRM/common/jsortable.tpl
</div>
{else}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
{/if}
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/Extensions/AddNewReq.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="crm-content-block crm-block">
{foreach from=$extAddNewReqs item=req}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{$req.title}<br/>
{$req.message}
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/Extensions/Main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Depends: CRM/common/enableDisableApi.tpl and CRM/common/jsortable.tpl
</div>
{else}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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 <a href="%1">public CiviCRM Extensions Directory</a>. If you have downloaded extensions manually and don't see them here, try clicking the "Refresh" button.{/ts}
</div>
{/if}
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/Job.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</div>
{elseif $action ne 1}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts}There are no jobs configured.{/ts}
</div>
<div class="action-link">
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/JobLog.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</div>
{elseif $action ne 1}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>&nbsp;
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{if $jobId}
{ts}This scheduled job does not have any log entries.{/ts}
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/LabelFormats.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</div>
{else}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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 can<a href='%1'>add one</a>.{/ts}
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/MessageTemplates.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

{if empty( $template_row) }
<div class="messages status no-popup">
<div class="icon inform-icon"></div>&nbsp;
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts 1=$crmURL}There are no User-driven Message Templates entered. You can <a href='%1'>add one</a>.{/ts}
</div>
{/if}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/PaymentProcessor.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
{elseif $action ne 1}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts}There are no Payment Processors entered.{/ts}
</div>
<div class="action-link">
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/PdfFormats.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>
{else}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts}None found.{/ts}
</div>
{/if}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Admin/Page/ScheduleReminders.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
{else}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
{ts}None found.{/ts}
</div>
{/if}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Badge/Form/Layout.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Batch/Form/Batch.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
{if $action eq 8}
<div class="messages status no-popup">
<div class="icon inform-icon"></div>
{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}
</div>
{else}
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Campaign/Form/Campaign.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<table class="form-layout">
<tr>
<td colspan="2">
<div class="status"><div class="icon inform-icon"></div>&nbsp;{ts}Are you sure you want to delete this Campaign?{/ts}</div>
<div class="status">{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}{ts}Are you sure you want to delete this Campaign?{/ts}</div>
</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Campaign/Form/Gotv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{if $errorMessages}
<div class="messages status crm-error no-popup">
<div class="icon inform-icon"></div>
{icon icon="fa-info-circle"}{ts}Info{/ts}{/icon}
<ul>
{foreach from=$errorMessages item=errorMsg}
<li>{ts}{$errorMsg}{/ts}</li>
Expand Down
Loading

0 comments on commit e2d5f3f

Please sign in to comment.