Skip to content
Snippets Groups Projects
Unverified Commit 22abbba4 authored by eileen's avatar eileen :8ball: Committed by GitHub
Browse files

Merge pull request #10 from seamuslee001/log_date

Fix up display of date fields to ensure that they don't cause issue t…
parents 80b5c9f1 1b48d520
Branches
Tags
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment