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:
fd8b761
)
Fix task button icon
author
Coleman Watts
<coleman@civicrm.org>
Tue, 30 Jun 2015 19:10:08 +0000
(15:10 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 30 Jun 2015 19:10:08 +0000
(15:10 -0400)
CRM/Contact/Form/Task.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/Task.php
b/CRM/Contact/Form/Task.php
index 172f58a7935a9d04ac45f129d9e114b3d67afcad..7b23a2bcf70e8883aa380195f344b5c58e40a343 100644
(file)
--- a/
CRM/Contact/Form/Task.php
+++ b/
CRM/Contact/Form/Task.php
@@
-374,6
+374,7
@@
class CRM_Contact_Form_Task extends CRM_Core_Form {
array(
'type' => $backType,
'name' => ts('Cancel'),
+ 'icon' => 'close',
),
)
);