From 77d474b0b40032605c1190866e32f79a43aab405 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Tue, 7 Jan 2014 16:21:56 -0800 Subject: [PATCH] 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 --- templates/CRM/common/contactFooter.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/CRM/common/contactFooter.tpl b/templates/CRM/common/contactFooter.tpl index 7b022c53c4..713af03244 100644 --- a/templates/CRM/common/contactFooter.tpl +++ b/templates/CRM/common/contactFooter.tpl @@ -31,10 +31,11 @@ {if $action NEQ 2}   {ts}CiviCRM ID{/ts}: {$contactId}{/if} {if !empty($lastModified)} - {ts}Last Change by{/ts} {$lastModified.name} ({$lastModified.date|crmDate})   + {ts}Last Change by{/ts}: {$lastModified.name} ({$lastModified.date|crmDate})   {if !empty($changeLog)} » {ts}View Change Log{/ts} {/if} {/if} + {if !empty($created_date)}
{ts}Created{/ts}: {$created_date|crmDate}
{/if} {/strip} -- 2.25.1