From: Coleman Watts Date: Fri, 7 Mar 2014 15:41:48 +0000 (-0500) Subject: Group form tweak - add select2 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4d3f01b0a7683566b8866e77741f4612bc6b5d3e;p=civicrm-core.git Group form tweak - add select2 --- diff --git a/CRM/Contact/Form/GroupContact.php b/CRM/Contact/Form/GroupContact.php index df4a795612..7f0bdf0cd4 100644 --- a/CRM/Contact/Form/GroupContact.php +++ b/CRM/Contact/Form/GroupContact.php @@ -102,7 +102,7 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form { $msg = ts('Add to a group'); } - $this->add('select', 'group_id', $msg, $groupSelect, TRUE); + $this->add('select', 'group_id', $msg, $groupSelect, TRUE, array('class' => 'crm-select2')); $this->addButtons(array( array(