{* $Id: topics.tpl 1794 2006-05-16 13:02:47Z zeke $ *}
 {$lang.add_root_topic} 

{capture name="mainbox"} {assign var="level" value="0"}
{$lang.text_all_topics_list}

{include file="topics_pages/topics_tree.tpl" topics=$topics parent_id="0" header="1"}
{if $topics_tree}

{include file="buttons/update.tpl" but_onclick="javascript: document.topic_tree_form.submit()" but_type="input"}     {include file="buttons/delete_selected.tpl" but_onclick="javascript: fn_delete_selected('topic_tree_form','do_m_delete', true)" but_arrow="on"}
{else}

{$lang.text_no_items_found|replace:'[items]':$lang.topics}

{/if}

{if 'manage_cms'|fn_check_privileges:true} {include file="buttons/add_new.tpl" but_href="$index_script?$target_name=topics&$mode_name=add&parent_id=0"}
{$lang.text_select_fields2edit_note}

{include file="topics_pages/topics_select_fields.tpl"}

{include file="buttons/modify_selected.tpl" but_onclick="javascript: fn_delete_selected('topic_tree_form','do_store_selection',true)" but_arrow="on"}

{/if}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.topics content=$smarty.capture.mainbox}