{extends "manage/manage.tpl.html"} {function name="rank_icon" direction="down" href=""} {include file="include/rank_icon.tpl.html" direction=$direction href=$href} {/function} {block "manage_content"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if} {if $support_levels|default:'' != ''} {/if}
{t}Manage Internal FAQ{/t}
{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="include/md_textarea.tpl.html" content=$info.faq_message|default:'' id="message" rows="10" cols="50" }
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{if $backend_uses_support_levels|default:''} {/if} {section name="i" loop=$list} {if $backend_uses_support_levels|default:''} {/if} {sectionelse} {/section}
{t}Existing Internal FAQ Entries{/t}
 {t}Rank{/t}   {t}Title{/t} {t}Support Levels{/t}
{rank_icon href="{$core.rel_url}manage/faq.php?cat=change_rank&id={$list[i].faq_id}&rank=desc" direction="down"} {$list[i].faq_rank} {rank_icon href="{$core.rel_url}manage/faq.php?cat=change_rank&id={$list[i].faq_id}&rank=asc" direction="up"}  {$list[i].faq_title|escape:"html"}  {$list[i].support_levels|escape:"html"}
{t}No FAQ entries could be found.{/t}
{/block}