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