{* $Id: pages_update.tpl 1794 2006-05-16 13:02:47Z zeke $ *} {if $mode == "update"}
 {$lang.add_new_page}    {$lang.delete_this_page}

{/if} {capture name="mainbox"} {if $mode == "update"}{include file="common_templates/select_language.tpl"}{/if}

{$lang.text_mandatory_fields}

{** General info section **}
{$lang.main_topic}:  
{$lang.page_name}: *
{$lang.page_id}: {if $mode == 'add'}*{/if}
  {$lang.txt_page_access_link} {if $mode == 'update'}{/if}{$customer_index}?{$target_name}=pages&page_id={$page_data.page_id|default:$lang.page_id}{if $mode == 'update'}{/if}

{$lang.short_description}:  
{include file="buttons/button.tpl" but_text=$lang.edit_in_visual_editor but_onclick="javascript: fn_open_editor('page_short_descr');" but_style="text"}
{$lang.page_link}:  
{$lang.text_page_url_explanation}
{** /General info section **}
{capture name="tabsbox"} {** page description section **}
{$lang.full_description}:  
{include file="buttons/button.tpl" but_text=$lang.edit_in_visual_editor but_onclick="javascript: fn_open_editor('page_full_descr');" but_style="text"}
{$lang.meta_description}:  
{$lang.meta_keywords}:  
{$lang.available}:  
{** /page description section **} {** page topics section **} {** /page topics section **} {** Form submit section **} {if 'manage_cms'|fn_check_privileges:true}

{if $mode == "add"} {include file="buttons/add_new.tpl" but_onclick="javascript: document.page_update_form.submit();"} {else} {include file="buttons/save_changes.tpl" but_onclick="javascript: document.page_update_form.submit();"} {/if} {/if} {** /Form submit section **}
{*include file="addons/related_pages/pages.tpl"*} {/capture} {include file="common_templates/tabsbox.tpl" tabs=$page_sections content=$smarty.capture.tabsbox js_switch="Y"} {/capture} {if $mode == "add"} {include file="common_templates/mainbox.tpl" title=$lang.add_new_page content=$smarty.capture.mainbox} {else} {include file="common_templates/mainbox.tpl" title=$lang.update_pages content=$smarty.capture.mainbox} {/if}