CRM-15507 - Change options-edit icon from pencil to wrench
authorColeman Watts <coleman@civicrm.org>
Wed, 22 Oct 2014 00:36:23 +0000 (20:36 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 22 Oct 2014 00:36:23 +0000 (20:36 -0400)
CRM/Core/Form/Renderer.php
templates/CRM/Event/Form/ManageEvent/EventInfo.tpl

index 46a25561d0e53821b4797f216d23662036b7497c..d5eaf254c807aee450f71433edf4400db20adc61 100644 (file)
@@ -298,7 +298,7 @@ class CRM_Core_Form_Renderer extends HTML_QuickForm_Renderer_ArraySmarty {
       $path = $field->getAttribute('data-option-edit-path');
       // NOTE: If we ever needed to support arguments in this link other than reset=1 we could split $path here if it contains a ?
       $url = CRM_Utils_System::url($path, 'reset=1');
-      $el['html'] .= ' <a href="' . $url . '" class="crm-option-edit-link medium-popup crm-hover-button" target="_blank" title="' . ts('Edit Options') . '" data-option-edit-path="' . $path . '"><span class="icon edit-icon"></span></a>';
+      $el['html'] .= ' <a href="' . $url . '" class="crm-option-edit-link medium-popup crm-hover-button" target="_blank" title="' . ts('Edit Options') . '" data-option-edit-path="' . $path . '"><span class="icon ui-icon-wrench"></span></a>';
     }
   }
 
index 2f3de3509de52f5429f1d3caba977c7479d9e4c3..c421f96e266433637ed4f7566cd32975b5792921 100644 (file)
@@ -93,7 +93,7 @@
       <td>
         {$form.max_participants.html|crmAddClass:four}
         {if call_user_func(array('CRM_Core_Permission','check'), 'administer CiviCRM') }
-          <a class="crm-popup crm-hover-button" target="_blank" title="{ts}Edit Participant Status Options{/ts}" href="{crmURL p='civicrm/admin/participant_status' q='reset=1'}"><span class="icon edit-icon"> </span></a>
+          <a class="crm-popup crm-hover-button" target="_blank" title="{ts}Edit Participant Status Options{/ts}" href="{crmURL p='civicrm/admin/participant_status' q='reset=1'}"><span class="icon ui-icon-wrench"> </span></a>
         {/if}
       </td>
     </tr>