From ef8edaa8bfc51e0ea325f69f734312c34940b895 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 5 Feb 2022 14:34:38 +0000 Subject: [PATCH] Improve field accessibility in legacycustomsearches --- .../CRM/Contact/Form/Search/Custom/FullText.php | 2 +- .../templates/CRM/Contact/Form/Search/Custom/FullText.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/legacycustomsearches/CRM/Contact/Form/Search/Custom/FullText.php b/ext/legacycustomsearches/CRM/Contact/Form/Search/Custom/FullText.php index dcc3ea12f176..64cb9ba3c4c0 100644 --- a/ext/legacycustomsearches/CRM/Contact/Form/Search/Custom/FullText.php +++ b/ext/legacycustomsearches/CRM/Contact/Form/Search/Custom/FullText.php @@ -308,7 +308,7 @@ public function buildForm(&$form) { } } - $form->add('select', 'table', ts('Tables'), $tables); + $form->add('select', 'table', ts('in...'), $tables); $form->assign('csID', $form->get('csid')); diff --git a/ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/FullText.tpl b/ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/FullText.tpl index d720d1843c9e..2503715ca916 100644 --- a/ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/FullText.tpl +++ b/ext/legacycustomsearches/templates/CRM/Contact/Form/Search/Custom/FullText.tpl @@ -14,11 +14,11 @@
- + {$form.text.label} {$form.text.html} - + {$form.table.label} {$form.table.html} {$form.buttons.html} {help id="id-fullText"}