{tab_container id="customernotes" label="Customer Notes"} {tab_header content_id="notespanel"} {tab_header_cell icon="lms-ui-icon-notes"} {trans("Customer Notes:")} {/tab_header_cell} {/tab_header} {tab_contents id="notespanel"} {tab_table}
{trans("Date:")} | {trans("User:")} | {trans("Note:")} | |
---|---|---|---|
{$customernote.dt|date_format:"%Y/%m/%d %H:%M"} | {$customernote.username} | {nl2br(htmlspecialchars($customernote.note))} | {button type="link" icon="delete" class="delete-note" tip="Delete"} |