From 0016fc7dbea3b2624ea241917658a9bb64adb243 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Tue, 14 Apr 2020 17:36:45 -0400 Subject: [PATCH] Export: use X icon `fa-times` for closing things See https://docs.civicrm.org/dev/en/latest/framework/ui/#icon-meaning-and-consistency --- CRM/Export/Form/Map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Export/Form/Map.php b/CRM/Export/Form/Map.php index 25dd3816ea..e31ba831e1 100644 --- a/CRM/Export/Form/Map.php +++ b/CRM/Export/Form/Map.php @@ -78,7 +78,7 @@ class CRM_Export_Form_Map extends CRM_Core_Form { ], [ 'type' => 'done', - 'icon' => 'fa-ban', + 'icon' => 'fa-times', 'name' => ts('Return to Search'), ], [ -- 2.25.1