From 4040af778af1d8dfdd9602e7fe0e1f8b065f7a04 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 9 Apr 2022 09:41:01 +0100 Subject: [PATCH] Fix incorrect use of icon argument for crmButton function --- templates/CRM/Admin/Page/Navigation.tpl | 2 +- templates/CRM/Badge/Page/Layout.tpl | 2 +- templates/CRM/Batch/Form/Search.tpl | 2 +- templates/CRM/Campaign/Form/Search/Campaign.tpl | 4 ++-- templates/CRM/Campaign/Page/SurveyType.tpl | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/CRM/Admin/Page/Navigation.tpl b/templates/CRM/Admin/Page/Navigation.tpl index b101137c5b..70250afec5 100644 --- a/templates/CRM/Admin/Page/Navigation.tpl +++ b/templates/CRM/Admin/Page/Navigation.tpl @@ -20,7 +20,7 @@
- {crmButton p="civicrm/admin/menu" q="action=add&reset=1" id="newMenuItem" icon="crm-i fa-plus-circle" style="margin-left: 6px;"}{ts}Add Menu Item{/ts}{/crmButton} + {crmButton p="civicrm/admin/menu" q="action=add&reset=1" id="newMenuItem" icon="plus-circle" style="margin-left: 6px;"}{ts}Add Menu Item{/ts}{/crmButton}
diff --git a/templates/CRM/Badge/Page/Layout.tpl b/templates/CRM/Badge/Page/Layout.tpl index 88bca86ec1..c444e5cac7 100644 --- a/templates/CRM/Badge/Page/Layout.tpl +++ b/templates/CRM/Badge/Page/Layout.tpl @@ -48,7 +48,7 @@ {if $action ne 1 and $action ne 2} {/if}
diff --git a/templates/CRM/Batch/Form/Search.tpl b/templates/CRM/Batch/Form/Search.tpl index ab14b30804..dd1379ebdd 100644 --- a/templates/CRM/Batch/Form/Search.tpl +++ b/templates/CRM/Batch/Form/Search.tpl @@ -22,7 +22,7 @@ diff --git a/templates/CRM/Campaign/Form/Search/Campaign.tpl b/templates/CRM/Campaign/Form/Search/Campaign.tpl index d20a0580bd..3379eb3234 100644 --- a/templates/CRM/Campaign/Form/Search/Campaign.tpl +++ b/templates/CRM/Campaign/Form/Search/Campaign.tpl @@ -15,7 +15,7 @@ {ts}None found.{/ts} {elseif $buildSelector} @@ -52,7 +52,7 @@
{else} {* build search form here *} diff --git a/templates/CRM/Campaign/Page/SurveyType.tpl b/templates/CRM/Campaign/Page/SurveyType.tpl index f446f1d576..1a1f1616ed 100644 --- a/templates/CRM/Campaign/Page/SurveyType.tpl +++ b/templates/CRM/Campaign/Page/SurveyType.tpl @@ -4,7 +4,7 @@ {else} {if $rows}
@@ -41,7 +41,7 @@ {/strip}
-- 2.25.1