From 8aef9804a85ca5ab6c1c85a85ed5131c7332b4b4 Mon Sep 17 00:00:00 2001 From: Vikas Date: Fri, 3 Mar 2017 16:54:19 +0530 Subject: [PATCH] tags and group file is modified for the group description --- CRM/Contact/Form/Edit/TagsAndGroups.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Contact/Form/Edit/TagsAndGroups.php b/CRM/Contact/Form/Edit/TagsAndGroups.php index def736d726..c180327823 100644 --- a/CRM/Contact/Form/Edit/TagsAndGroups.php +++ b/CRM/Contact/Form/Edit/TagsAndGroups.php @@ -122,8 +122,8 @@ class CRM_Contact_Form_Edit_TagsAndGroups { } else { $form->_tagGroup[$fName][$id]['description'] = $group['description']; - $elements[] = &$form->addElement('advcheckbox', $id, NULL, $group['title'], $attributes); - } + $elements[] = &$form->addElement('advcheckbox', $id,NULL, "".$group['title'].''."
"."
".$group['description']."
", $attributes); + } } if ($groupElementType == 'select' && !empty($groupsOptions)) { -- 2.25.1