From d8e90d45e9253fcec39e3011f8ba381494819e63 Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Sat, 24 Sep 2022 13:35:26 +0100 Subject: [PATCH] Add missing th element to note.tpl --- templates/CRM/Contact/Page/View/Note.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Page/View/Note.tpl b/templates/CRM/Contact/Page/View/Note.tpl index 64bb783794..2ea05f614e 100644 --- a/templates/CRM/Contact/Page/View/Note.tpl +++ b/templates/CRM/Contact/Page/View/Note.tpl @@ -31,7 +31,7 @@ {ts}Comments{/ts} - + {foreach from=$comments item=comment} -- 2.25.1
{ts}Comment{/ts}{ts}Created By{/ts}{ts}Date{/ts}
{ts}Comment{/ts}{ts}Created By{/ts}{ts}Date{/ts}{ts}Modified Date{/ts}
{$comment.note}{$comment.createdBy}{$comment.note_date}{$comment.modified_date}