Skip to content
Snippets Groups Projects
Unverified Commit 3cfaf3d5 authored by colemanw's avatar colemanw Committed by GitHub
Browse files

Merge pull request #13190 from JMAConsulting/core-565

dev-core#565: Make subject field of Note, inline editable in contact summary page
parents f90d376c 57abcbbf
Branches
Tags
No related merge requests found
......@@ -216,7 +216,7 @@
</thead>
{foreach from=$notes item=note}
<tr id="cnote_{$note.id}" class="{cycle values="odd-row,even-row"} crm-note">
<tr id="Note-{$note.id}" data-action="setvalue" class="{cycle values="odd-row,even-row"} crm-note crm-entity">
<td class="crm-note-comment">
{if $note.comment_count}
<span id="{$note.id}_show" style="display:block" class="icon_comments_show">
......@@ -237,7 +237,7 @@
<a class="crm-popup" href="{crmURL p='civicrm/contact/view/note' q="action=view&selectedChild=note&reset=1&cid=`$contactId`&id=`$note.id`"}">{ts}(more){/ts}</a>
{/if}
</td>
<td class="crm-note-subject">{$note.subject}</td>
<td class="crm-note-subject crmf-subject crm-editable">{$note.subject}</td>
<td class="crm-note-modified_date" data-order="{$note.modified_date}">{$note.modified_date|crmDate}</td>
<td class="crm-note-createdBy">
<a href="{crmURL p='civicrm/contact/view' q="reset=1&cid=`$note.contact_id`"}">{$note.createdBy}</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment