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