{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("Created")} | {trans("Creator")} | {trans("Modified")} | {trans("Modifier")} | {trans("Contents")} | |
|---|---|---|---|---|---|
| {$customernote.dt|date_format:"Y-m-d H:i"} | {$customernote.username} | {if empty($customernote.moddate)} - {else} {$customernote.moddate|date_format:"Y-m-d H:i"} {/if} | {if empty($customernote.modusername)} - {else} {$customernote.modusername} {/if} | {nl2br(htmlspecialchars($customernote.note))} | {button type="link" icon="save" class="note-edit-mode save-note-button" tip="Save"} {button type="link" icon="cancel" class="note-edit-mode cancel-note-button" tip="Cancel"} {button type="link" icon="edit" class="note-view-mode edit-note-button" tip="Edit"} {button type="link" icon="delete" class="note-view-mode delete-note-button" tip="Delete"} |