From fd9c8b415bd8ce9ee1f5c98d6d0e5ee41b82b85d Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 3 Nov 2019 17:14:10 +1100 Subject: [PATCH] Re-arrange change log advanced search panel so both modified fields are next to each other --- templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl b/templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl index 2c70bf7c6b..0a56ee7f14 100644 --- a/templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl +++ b/templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl @@ -26,14 +26,14 @@
- {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="created_date"} + {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="modified_date"} - {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="modified_date"} + {include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="created_date"}

- {$form.changed_by.html}
{ts}Note this field just filters on who made a change no matter when that change happened, It doesn't have any link to the modified date field below{/ts} + {$form.changed_by.html}
{ts}Note this field just filters on who made a change no matter when that change happened, It doesn't have any link to the modified date field.{/ts}
-- 2.25.1