From: Eileen McNaughton Date: Tue, 21 Dec 2021 21:09:13 +0000 (+1300) Subject: Enotice fixes on ContributionPage dash X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c936cb5979331bbec8072740079de1ea5e8a7d1f;p=civicrm-core.git Enotice fixes on ContributionPage dash --- diff --git a/CRM/Utils/PagerAToZ.php b/CRM/Utils/PagerAToZ.php index 650dd715e3..2faefae786 100644 --- a/CRM/Utils/PagerAToZ.php +++ b/CRM/Utils/PagerAToZ.php @@ -145,7 +145,7 @@ class CRM_Utils_PagerAToZ { continue; } - $element = []; + $element = ['class' => '']; if (in_array($link, $dynamicAlphabets)) { $klass = ''; if ($link == $sortByCharacter) { @@ -186,7 +186,7 @@ class CRM_Utils_PagerAToZ { ), ts('All') ); - $aToZBar[] = ['item' => $url]; + $aToZBar[] = ['item' => $url, 'class' => '']; return $aToZBar; } diff --git a/templates/CRM/common/pagerAToZ.tpl b/templates/CRM/common/pagerAToZ.tpl index a24a8f92a4..c4a4b9323c 100644 --- a/templates/CRM/common/pagerAToZ.tpl +++ b/templates/CRM/common/pagerAToZ.tpl @@ -11,7 +11,7 @@