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:
1b7b145
)
Update icon for relationship permission
author
colemanw
<coleman@civicrm.org>
Sun, 1 Oct 2023 18:03:45 +0000
(14:03 -0400)
committer
colemanw
<coleman@civicrm.org>
Wed, 4 Oct 2023 00:52:21 +0000
(20:52 -0400)
CRM/Core/SelectValues.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/SelectValues.php
b/CRM/Core/SelectValues.php
index b416d0e7fea60c7fab7a9789b7ba30eba661045d..e3886e2fd146721609e74efdb4d93d74ffd2559e 100644
(file)
--- a/
CRM/Core/SelectValues.php
+++ b/
CRM/Core/SelectValues.php
@@
-1091,7
+1091,7
@@
class CRM_Core_SelectValues {
'id' => CRM_Contact_BAO_Relationship::EDIT,
'name' => 'View and update',
'label' => ts('View and update'),
- 'icon' => 'fa-pencil',
+ 'icon' => 'fa-pencil
-square
',
],
];
}