Skip to content
Snippets Groups Projects
Commit 77d474b0 authored by Dave Greenberg's avatar Dave Greenberg
Browse files

CRM-12753 - Add Created date to contact view footer.

----------------------------------------
* CRM-12753: Searching for contacts by date created
  http://issues.civicrm.org/jira/browse/CRM-12753
parent df5ec56e
Branches
Tags
No related merge requests found
......@@ -31,10 +31,11 @@
{if $action NEQ 2}   {ts}CiviCRM ID{/ts}: {$contactId}{/if}
</span>
{if !empty($lastModified)}
{ts}Last Change by{/ts} <a href="{crmURL p='civicrm/contact/view' q="action=view&reset=1&cid=`$lastModified.id`"}">{$lastModified.name}</a> ({$lastModified.date|crmDate}) &nbsp;
{ts}Last Change by{/ts}: <a href="{crmURL p='civicrm/contact/view' q="action=view&reset=1&cid=`$lastModified.id`"}">{$lastModified.name}</a> ({$lastModified.date|crmDate}) &nbsp;
{if !empty($changeLog)}
<a href="{crmURL p='civicrm/contact/view' q="reset=1&action=browse&selectedChild=log&cid=`$contactId`"}" class="crm-log-view">&raquo; {ts}View Change Log{/ts}</a>
{/if}
{/if}
{if !empty($created_date)}<div class="contact-created-date">{ts}Created{/ts}: {$created_date|crmDate}</div>{/if}
</div>
{/strip}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment