{literal} {/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
Manage Issue Resolutions
{if $smarty.post.cat == "new"} {if $result == -1} An error occurred while trying to add the new issue resolution. {elseif $result == -2} Please enter the title for this new issue resolution. {elseif $result == 1} Thank you, the issue resolution was added successfully. {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} An error occurred while trying to update the issue resolution information. {elseif $result == -2} Please enter the title for this issue resolution. {elseif $result == 1} Thank you, the issue resolution was updated successfully. {/if} {/if}
Title: {include file="error_icon.tpl.html" field="title"}
{if $smarty.get.cat == 'edit'} {else} {/if}
Existing Resolutions:
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 Title
 {$list[i].res_title}
No resolutions could be found.