{/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if} {if $backend_uses_support_levels} {/if}
{t}Manage Internal FAQ{/t}
{if $smarty.post.cat == "new"} {if $result == -1} {t}An error occurred while trying to add the FAQ entry.{/t} {elseif $result == -2} {t}Please enter the title for this FAQ entry.{/t} {elseif $result == -3} {t}Please enter the message for this FAQ entry.{/t} {elseif $result == 1} {t}Thank you, the FAQ entry was added successfully.{/t} {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} {t}An error occurred while trying to update the FAQ entry information.{/t} {elseif $result == -2} {t}Please enter the title for this FAQ entry.{/t} {elseif $result == -3} {t}Please enter the message for this FAQ entry.{/t} {elseif $result == 1} {t}Thank you, the FAQ entry was updated successfully.{/t} {/if} {/if}
{t}Project:{/t} {include file="error_icon.tpl.html" field="project"}
{t}Assigned Support{/t}
{t}Levels:{/t}
{include file="error_icon.tpl.html" field="support_levels[]"}
{t}Rank:{/t} {include file="error_icon.tpl.html" field="rank"}
{t}Title:{/t} {include file="error_icon.tpl.html" field="title"}
{t}Message:{/t} {include file="error_icon.tpl.html" field="message"}
{if $smarty.get.cat == 'edit'} {else} {/if}
{t}Existing Internal FAQ Entries:{/t}
{literal} {/literal} {if $backend_uses_support_levels} {/if} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {if $backend_uses_support_levels} {/if} {sectionelse} {/section}
 {t}Rank{/t}   {t}Title{/t} {t}Support Levels{/t}
{$list[i].faq_rank}  {$list[i].faq_title|escape:"html"}  {$list[i].support_levels|escape:"html"}
{t}No FAQ entries could be found.{/t}