From 7042abcae9aaa5683cfecf67f53df3b1429dbb8c Mon Sep 17 00:00:00 2001 From: sarehag Date: Wed, 2 Mar 2016 15:53:53 +0100 Subject: [PATCH] CRM-17558:conflicting label for in group settings modal --- CRM/Group/Form/Search.php | 2 +- templates/CRM/Group/Form/Search.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Group/Form/Search.php b/CRM/Group/Form/Search.php index ace4b5d081..9d2404d8a1 100644 --- a/CRM/Group/Form/Search.php +++ b/CRM/Group/Form/Search.php @@ -64,7 +64,7 @@ class CRM_Group_Form_Search extends CRM_Core_Form { unset($groupTypes['Access Control']); } - $this->addCheckBox('group_type', + $this->addCheckBox('group_type_search', ts('Type'), $groupTypes, NULL, NULL, NULL, NULL, '   ' diff --git a/templates/CRM/Group/Form/Search.tpl b/templates/CRM/Group/Form/Search.tpl index 9ed95d306c..4846f16a2d 100644 --- a/templates/CRM/Group/Form/Search.tpl +++ b/templates/CRM/Group/Form/Search.tpl @@ -43,8 +43,8 @@ - {$form.group_type.label}
- {$form.group_type.html}
+ {$form.group_type_search.label}
+ {$form.group_type_search.html}
{ts}Filter search by group type(s).{/ts} -- 2.25.1