From 5ce7d22c44ecf0b1ea6567359aaa9fc057950568 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 21 Oct 2014 20:36:23 -0400 Subject: [PATCH] CRM-15507 - Change options-edit icon from pencil to wrench --- CRM/Core/Form/Renderer.php | 2 +- templates/CRM/Event/Form/ManageEvent/EventInfo.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Core/Form/Renderer.php b/CRM/Core/Form/Renderer.php index 46a25561d0..d5eaf254c8 100644 --- a/CRM/Core/Form/Renderer.php +++ b/CRM/Core/Form/Renderer.php @@ -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'] .= ' '; + $el['html'] .= ' '; } } diff --git a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl index 2f3de3509d..c421f96e26 100644 --- a/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl +++ b/templates/CRM/Event/Form/ManageEvent/EventInfo.tpl @@ -93,7 +93,7 @@ {$form.max_participants.html|crmAddClass:four} {if call_user_func(array('CRM_Core_Permission','check'), 'administer CiviCRM') } - + {/if} -- 2.25.1