Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
34403943
Commit
34403943
authored
11 years ago
by
Dave Greenberg
Browse files
Options
Downloads
Plain Diff
Merge pull request #2305 from davecivicrm/CRM-12753a
CRM-12753 - Add Created date to contact view footer.
parents
398e1c28
77d474b0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/CRM/common/contactFooter.tpl
+2
-1
2 additions, 1 deletion
templates/CRM/common/contactFooter.tpl
with
2 additions
and
1 deletion
templates/CRM/common/contactFooter.tpl
+
2
−
1
View file @
34403943
...
...
@@ -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
}
)
{
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
}
)
{
if
!
empty
(
$changeLog
)
}
<a
href=
"
{
crmURL
p
=
'civicrm/contact/view'
q
=
"reset=1&action=browse&selectedChild=log&cid=`$contactId`"
}
"
class=
"crm-log-view"
>
»
{
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
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment