{/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
Manage Customer Quick Notes
{if $smarty.post.cat == "new"} {if $result == -1} An error occurred while trying to add the new note. {elseif $result == 1} Thank you, the note was added successfully. {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} An error occurred while trying to update the note. {elseif $result == 1} Thank you, the note was updated successfully. {/if} {elseif $smarty.post.cat == "delete"} {if $result == -1} An error occurred while trying to delete the note. {elseif $result == 1} Thank you, the note was deleted successfully. {/if} {/if}
Project: {include file="error_icon.tpl.html" field="project"}
Customer: {include file="error_icon.tpl.html" field="customer"}
Note:
{if $smarty.get.cat == 'edit'} {else} {/if}
Existing Customer Quick Notes:
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 Customer  Note
{$list[i].customer_title|escape:"html"} {$list[i].cno_note|escape:"html"|nl2br}
No notes could be found.