From 9255b88d2d9b611a7e336c131e57aeb179fde57d Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 31 Oct 2020 09:44:19 +1100 Subject: [PATCH] dev/core#2154 Fix the output of the full text custom search form --- .../CRM/Contact/Form/Search/Custom/FullText.tpl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/CRM/Contact/Form/Search/Custom/FullText.tpl b/templates/CRM/Contact/Form/Search/Custom/FullText.tpl index 51a3c91956..f2bcfdebb1 100644 --- a/templates/CRM/Contact/Form/Search/Custom/FullText.tpl +++ b/templates/CRM/Contact/Form/Search/Custom/FullText.tpl @@ -13,10 +13,14 @@
- - - - + +
{$form.text.label}{$form.text.html}{ts}in...{/ts}{$form.table.html} + + {$form.text.html} + + + {$form.table.html} + {$form.buttons.html} {help id="id-fullText"}
-- 2.25.1