Fix task button icon
authorColeman Watts <coleman@civicrm.org>
Tue, 30 Jun 2015 19:10:08 +0000 (15:10 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 30 Jun 2015 19:10:08 +0000 (15:10 -0400)
CRM/Contact/Form/Task.php

index 172f58a7935a9d04ac45f129d9e114b3d67afcad..7b23a2bcf70e8883aa380195f344b5c58e40a343 100644 (file)
@@ -374,6 +374,7 @@ class CRM_Contact_Form_Task extends CRM_Core_Form {
         array(
           'type' => $backType,
           'name' => ts('Cancel'),
+          'icon' => 'close',
         ),
       )
     );