From: Coleman Watts Date: Thu, 26 Nov 2015 01:48:16 +0000 (-0500) Subject: CRM-16415 - A few more fa icons X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0291a521b5a4888734f549c8262230e29d78a909;p=civicrm-core.git CRM-16415 - A few more fa icons --- diff --git a/CRM/Contact/Form/DedupeFind.php b/CRM/Contact/Form/DedupeFind.php index a3c7a268ac..2a80263676 100644 --- a/CRM/Contact/Form/DedupeFind.php +++ b/CRM/Contact/Form/DedupeFind.php @@ -61,7 +61,7 @@ class CRM_Contact_Form_DedupeFind extends CRM_Admin_Form { array( 'type' => 'submit', 'class' => 'cancel', - 'icon' => 'close', + 'icon' => 'fa-times', 'name' => ts('Cancel'), ), ) diff --git a/CRM/Contact/Form/Merge.php b/CRM/Contact/Form/Merge.php index 183225b179..4e4da226a8 100644 --- a/CRM/Contact/Form/Merge.php +++ b/CRM/Contact/Form/Merge.php @@ -278,7 +278,7 @@ class CRM_Contact_Form_Merge extends CRM_Core_Form { $buttons[] = array( 'type' => 'done', 'name' => ts('Merge and View Result'), - 'icon' => 'circle-check', + 'icon' => 'fa-check-circle', ); } diff --git a/CRM/Contact/Form/Task.php b/CRM/Contact/Form/Task.php index 0730907297..9e0ab17f62 100644 --- a/CRM/Contact/Form/Task.php +++ b/CRM/Contact/Form/Task.php @@ -373,7 +373,7 @@ class CRM_Contact_Form_Task extends CRM_Core_Form { array( 'type' => $backType, 'name' => ts('Cancel'), - 'icon' => 'close', + 'icon' => 'fa-times', ), ) ); diff --git a/CRM/Contact/Form/Task/PDFLetterCommon.php b/CRM/Contact/Form/Task/PDFLetterCommon.php index a10e4a31c0..f64422b92f 100644 --- a/CRM/Contact/Form/Task/PDFLetterCommon.php +++ b/CRM/Contact/Form/Task/PDFLetterCommon.php @@ -180,7 +180,7 @@ class CRM_Contact_Form_Task_PDFLetterCommon { 'type' => 'submit', 'name' => ts('Preview'), 'subName' => 'preview', - 'icon' => 'search', + 'icon' => 'fa-search', 'isDefault' => FALSE, ); } diff --git a/CRM/Event/Form/Registration/AdditionalParticipant.php b/CRM/Event/Form/Registration/AdditionalParticipant.php index e0e333c911..75a14c7858 100644 --- a/CRM/Event/Form/Registration/AdditionalParticipant.php +++ b/CRM/Event/Form/Registration/AdditionalParticipant.php @@ -355,7 +355,7 @@ class CRM_Event_Form_Registration_AdditionalParticipant extends CRM_Event_Form_R 'type' => 'next', 'name' => ts('Skip Participant'), 'subName' => 'skip', - 'icon' => 'seek-next', + 'icon' => 'fa-fast-forward', ), ) ); diff --git a/CRM/Export/Form/Map.php b/CRM/Export/Form/Map.php index b9a72af0a1..b33bfe1f6c 100644 --- a/CRM/Export/Form/Map.php +++ b/CRM/Export/Form/Map.php @@ -105,7 +105,7 @@ class CRM_Export_Form_Map extends CRM_Core_Form { ), array( 'type' => 'done', - 'icon' => 'close', + 'icon' => 'fa-times', 'name' => ts('Done'), ), )