Remove option-edit icon from participant_listing_id
authorColeman Watts <coleman@civicrm.org>
Wed, 17 Sep 2014 00:52:40 +0000 (20:52 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 17 Sep 2014 00:52:40 +0000 (20:52 -0400)
CRM/Event/Form/ManageEvent/EventInfo.php

index cc998e868c6d3970590333d5cff6b40f1fbb3c65..11d73b460e831012311817b52100e57a9bd7f817 100644 (file)
@@ -202,7 +202,7 @@ class CRM_Event_Form_ManageEvent_EventInfo extends CRM_Event_Form_ManageEvent {
 
     $this->addSelect('default_role_id', array(), TRUE);
 
-    $this->addSelect('participant_listing_id', array('placeholder' => ts('Disabled')));
+    $this->addSelect('participant_listing_id', array('placeholder' => ts('Disabled'), 'option_url' => NULL));
 
     $this->add('textarea', 'summary', ts('Event Summary'), $attributes['summary']);
     $this->addWysiwyg('description', ts('Complete Description'), $attributes['event_description']);