Add missing th element to note.tpl
authorBradley Taylor <hello@brad-taylor.co.uk>
Sat, 24 Sep 2022 12:35:26 +0000 (13:35 +0100)
committerBradley Taylor <hello@brad-taylor.co.uk>
Sat, 24 Sep 2022 12:35:26 +0000 (13:35 +0100)
templates/CRM/Contact/Page/View/Note.tpl

index 64bb783794d125690180c7d37e2124ef91f47df6..2ea05f614e01eaae8cdb93ade7064bee58db07f3 100644 (file)
@@ -31,7 +31,7 @@
         <legend>{ts}Comments{/ts}</legend>
             <table class="display">
                 <thead>
-                    <tr><th>{ts}Comment{/ts}</th><th>{ts}Created By{/ts}</th><th>{ts}Date{/ts}</th></tr>
+                    <tr><th>{ts}Comment{/ts}</th><th>{ts}Created By{/ts}</th><th>{ts}Date{/ts}</th><th>{ts}Modified Date{/ts}</th></tr>
                 </thead>
                 {foreach from=$comments item=comment}
                   <tr class="{cycle values='odd-row,even-row'}"><td>{$comment.note}</td><td>{$comment.createdBy}</td><td>{$comment.note_date}</td><td>{$comment.modified_date}</td></tr>