{* $Id: pages.tpl 1755 2006-05-12 11:20:11Z zeke $ *}
 {$lang.add_root_page} 

{capture name="mainbox"} {if $smarty.get.topic_id == ''} {capture name="section"} {include file="pages_pages/pages_search_form.tpl" target=$target search_mode=$mode search_type="extended"} {/capture} {include file="common_templates/section.tpl" section_title=$lang.search_for_pages section_content=$smarty.capture.section} {/if}
{include file="common_templates/pagination.tpl"} {if $pages} {foreach from=$pages item=page} {/foreach} {else} {/if}
{$lang.position_short} {$lang.pages} {$lang.avail}
  {$page.page}  {$lang.delete} 

{$lang.text_no_pages_found}

{include file="common_templates/pagination.tpl"}

{if $pages} {if 'manage_cms'|fn_check_privileges:true}
{include file="buttons/update.tpl" but_onclick="javascript: document.manage_pages_form.submit()"}     {include file="buttons/delete_selected.tpl" but_onclick="javascript: fn_delete_selected('manage_pages_form','do_m_delete')" but_arrow="on"}

{include file="buttons/add_new.tpl" but_href="$index_script?$target_name=pages&$mode_name=add&parent_id=0" but_type="none"}
{$lang.text_select_fields2edit_note}

{include file="pages_pages/pages_select_fields.tpl"}

{include file="buttons/modify_selected.tpl" but_onclick="javascript: fn_delete_selected('manage_pages_form','do_store_selection',true);" but_arrow="on"} {/if} {/if}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.pages content=$smarty.capture.mainbox}