From 57abcbbf5cf85b1266377e0ad9af4fb5865d5bc0 Mon Sep 17 00:00:00 2001 From: Monish Deb Date: Fri, 30 Nov 2018 18:05:54 +0530 Subject: [PATCH] dev-core#565: Make subject field of Note, inline editable in contact summary page --- templates/CRM/Contact/Page/View/Note.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Page/View/Note.tpl b/templates/CRM/Contact/Page/View/Note.tpl index 8875c3f269..aece699891 100644 --- a/templates/CRM/Contact/Page/View/Note.tpl +++ b/templates/CRM/Contact/Page/View/Note.tpl @@ -216,7 +216,7 @@ {foreach from=$notes item=note} - + {if $note.comment_count} @@ -237,7 +237,7 @@ {ts}(more){/ts} {/if} - {$note.subject} + {$note.subject} {$note.modified_date|crmDate} {$note.createdBy} -- 2.25.1