CRM-16415 - A few more fa icons
authorColeman Watts <coleman@civicrm.org>
Thu, 26 Nov 2015 01:48:16 +0000 (20:48 -0500)
committerColeman Watts <coleman@civicrm.org>
Thu, 26 Nov 2015 01:48:16 +0000 (20:48 -0500)
CRM/Contact/Form/DedupeFind.php
CRM/Contact/Form/Merge.php
CRM/Contact/Form/Task.php
CRM/Contact/Form/Task/PDFLetterCommon.php
CRM/Event/Form/Registration/AdditionalParticipant.php
CRM/Export/Form/Map.php

index a3c7a268ac5777b26b776ab0f7578edc6880acc8..2a80263676e0bc59e5128c541f8b769469b980fa 100644 (file)
@@ -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'),
         ),
       )
index 183225b1796ce5c19a7d482b6228c53ba149b5dd..4e4da226a83cda99a96f9966b93676c720c74e74 100644 (file)
@@ -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',
       );
     }
 
index 07309072977c08c6f23d24e3c4f1803fb1d39b86..9e0ab17f62a159e19081b7a8de73175eb716af16 100644 (file)
@@ -373,7 +373,7 @@ class CRM_Contact_Form_Task extends CRM_Core_Form {
         array(
           'type' => $backType,
           'name' => ts('Cancel'),
-          'icon' => 'close',
+          'icon' => 'fa-times',
         ),
       )
     );
index a10e4a31c097045d731fd11588a2eb979b5d82f4..f64422b92fb739543ab69f714c6b18d88823af62 100644 (file)
@@ -180,7 +180,7 @@ class CRM_Contact_Form_Task_PDFLetterCommon {
         'type' => 'submit',
         'name' => ts('Preview'),
         'subName' => 'preview',
-        'icon' => 'search',
+        'icon' => 'fa-search',
         'isDefault' => FALSE,
       );
     }
index e0e333c9111760ae22231c004d9c966f7d459141..75a14c785809ff6ef1a57a13c10a184a218c449f 100644 (file)
@@ -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',
             ),
           )
         );
index b9a72af0a183aa2970aca55c39528528b7369067..b33bfe1f6c28adcf976809da3a1a5a72d8593af1 100644 (file)
@@ -105,7 +105,7 @@ class CRM_Export_Form_Map extends CRM_Core_Form {
         ),
         array(
           'type' => 'done',
-          'icon' => 'close',
+          'icon' => 'fa-times',
           'name' => ts('Done'),
         ),
       )