From 1df7ed88a129f662645dce59c346d9296230796b Mon Sep 17 00:00:00 2001 From: Mukesh Ram Date: Mon, 26 Feb 2018 18:29:50 +0530 Subject: [PATCH] CRM-21805: Fixed fields and labels in find participants --- .../Form/Search/ContactSearchFields.tpl | 18 ++++++++++++++---- templates/CRM/Event/Form/Search/Common.tpl | 10 ++-------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/templates/CRM/Contact/Form/Search/ContactSearchFields.tpl b/templates/CRM/Contact/Form/Search/ContactSearchFields.tpl index 53aef6858c..dded60f42c 100644 --- a/templates/CRM/Contact/Form/Search/ContactSearchFields.tpl +++ b/templates/CRM/Contact/Form/Search/ContactSearchFields.tpl @@ -1,12 +1,16 @@ - {$form.sort_name.label}  {$form.sort_name.html|crmAddClass:'twenty'} + {$form.sort_name.label} +
+ {$form.sort_name.html|crmAddClass:'twenty'} {$form.buttons.html} {if $form.contact_tags} - + + +
{$form.contact_tags.html} {else} @@ -14,7 +18,9 @@ {/if} {if $form.group} - + + +
{$form.group.html} {else} @@ -22,7 +28,11 @@ {/if} - {$form.contact_type.label}  {$form.contact_type.html}
+ + {$form.contact_type.label} +
+ {$form.contact_type.html} + {if $form.deleted_contacts} {$form.deleted_contacts.html}  {$form.deleted_contacts.label} diff --git a/templates/CRM/Event/Form/Search/Common.tpl b/templates/CRM/Event/Form/Search/Common.tpl index 53439c3c8e..e6ef194d5f 100644 --- a/templates/CRM/Event/Form/Search/Common.tpl +++ b/templates/CRM/Event/Form/Search/Common.tpl @@ -33,16 +33,10 @@ {$form.event_type_id.label}
{$form.event_type_id.html} - + {include file="CRM/Core/DateRange.tpl" fieldName="event" from='_start_date_low' to='_end_date_high' label=""} -{include file="CRM/Core/DateRange.tpl" fieldName="event" from='_start_date_low' to='_end_date_high'} - - - - - -{include file="CRM/Core/DateRange.tpl" fieldName="participant" from='_register_date_low' to='_register_date_high'} + {include file="CRM/Core/DateRange.tpl" fieldName="participant" from='_register_date_low' to='_register_date_high' label=""} -- 2.25.1