From 71b47fcd59c801d53be1b1629c30509548363bd7 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 11 Aug 2014 19:22:59 +0100 Subject: [PATCH] CRM-15092 - Update notes link to use popups and fix done button --- templates/CRM/Contact/Page/View/Note.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contact/Page/View/Note.tpl b/templates/CRM/Contact/Page/View/Note.tpl index 76f2df760b..53b661a2fe 100644 --- a/templates/CRM/Contact/Page/View/Note.tpl +++ b/templates/CRM/Contact/Page/View/Note.tpl @@ -38,7 +38,9 @@ {include file="CRM/Form/attachment.tpl"} {/if} -
+
+ {ts}Done{/ts} +
{if $comments}
@@ -262,7 +264,7 @@ {* Include '(more)' link to view entire note if it has been truncated *} {assign var="noteSize" value=$note.note|count_characters:true} {if $noteSize GT 80} - {ts}(more){/ts} + {ts}(more){/ts} {/if} {$note.subject} -- 2.25.1