{literal} {/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
Manage Canned Email Responses
{if $smarty.post.cat == "new"} {if $result == -1} An error occurred while trying to add the new email response. {elseif $result == -2} Please enter the title for this new email response. {elseif $result == 1} Thank you, the email response was added successfully. {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} An error occurred while trying to update the email response information. {elseif $result == -2} Please enter the title for this email response. {elseif $result == 1} Thank you, the email response was updated successfully. {/if} {/if}
Projects: {include file="error_icon.tpl.html" field="projects[]"}
Title: {include file="error_icon.tpl.html" field="title"}
Response Body: {include file="error_icon.tpl.html" field="response_body"}
{if $smarty.get.cat == 'edit'} {else} {/if}
Existing Canned Email Responses:
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 Title  Projects
 {$list[i].ere_title}  {$list[i].projects|escape:"html"}
No canned email responses could be found.