Skip to content

Commit

Permalink
Merge pull request #10 from seamuslee001/log_date
Browse files Browse the repository at this point in the history
Fix up display of date fields to ensure that they don't cause issue t…
  • Loading branch information
eileenmcnaughton authored Nov 2, 2019
2 parents 80b5c9f + 1b48d52 commit 22abbba
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions templates/CRM/Contact/Form/Search/Criteria/ChangeLog.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@
<div id="changelog" class="form-item">
<table class="form-layout">
<tr>
{include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="created_date"}
<td>
<span class="modifiedBy"><label>{ts}Modified By{/ts}</label></span></br>
{$form.changed_by.html}
</td>
<td>
{include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="created_date"}
</td>
<td>
{include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="modified_date"}
{$form.changed_by.html}<br><span class="description">{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}</span>
</td>
</tr>
<tr>
{include file="CRM/Core/DatePickerRangeWrapper.tpl" fieldName="modified_date"}
</tr>
</table>
</div>

0 comments on commit 22abbba

Please sign in to comment.