projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a17439
)
CRM-16415 - A few more fa icons
author
Coleman Watts
<coleman@civicrm.org>
Thu, 26 Nov 2015 01:48:16 +0000
(20:48 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 26 Nov 2015 01:48:16 +0000
(20:48 -0500)
CRM/Contact/Form/DedupeFind.php
patch
|
blob
|
blame
|
history
CRM/Contact/Form/Merge.php
patch
|
blob
|
blame
|
history
CRM/Contact/Form/Task.php
patch
|
blob
|
blame
|
history
CRM/Contact/Form/Task/PDFLetterCommon.php
patch
|
blob
|
blame
|
history
CRM/Event/Form/Registration/AdditionalParticipant.php
patch
|
blob
|
blame
|
history
CRM/Export/Form/Map.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/DedupeFind.php
b/CRM/Contact/Form/DedupeFind.php
index a3c7a268ac5777b26b776ab0f7578edc6880acc8..2a80263676e0bc59e5128c541f8b769469b980fa 100644
(file)
--- 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 183225b1796ce5c19a7d482b6228c53ba149b5dd..4e4da226a83cda99a96f9966b93676c720c74e74 100644
(file)
--- 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 07309072977c08c6f23d24e3c4f1803fb1d39b86..9e0ab17f62a159e19081b7a8de73175eb716af16 100644
(file)
--- 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 a10e4a31c097045d731fd11588a2eb979b5d82f4..f64422b92fb739543ab69f714c6b18d88823af62 100644
(file)
--- 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 e0e333c9111760ae22231c004d9c966f7d459141..75a14c785809ff6ef1a57a13c10a184a218c449f 100644
(file)
--- 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 b9a72af0a183aa2970aca55c39528528b7369067..b33bfe1f6c28adcf976809da3a1a5a72d8593af1 100644
(file)
--- 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'),
),
)