{* $Id: topics_update.tpl 1794 2006-05-16 13:02:47Z zeke $ *} {if $mode == "update"}
 {$lang.add_subtopic}    {$lang.add_page}    {$lang.view_pages}    {$lang.delete_this_topic}

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

{$lang.text_mandatory_fields}

{if $mode == "update"} {/if}
{$lang.topic_location}:  
{$lang.topic_name}: *
{$lang.description}  
{include file="buttons/button.tpl" but_text=$lang.edit_in_visual_editor but_onclick="javascript: fn_open_editor('topic_descr');" but_style="text"}
{$lang.meta_description}:  
{$lang.meta_keywords}:  
{$lang.membership}:  
{$lang.available}:  
{$lang.position}:  

{if 'manage_cms'|fn_check_privileges:true} {if $mode == "add"} {include file="buttons/add_new.tpl" but_onclick="javascript: document.topic_update_form.submit();"} {else} {include file="buttons/save_changes.tpl" but_onclick="javascript: document.topic_update_form.submit();"} {/if} {/if}
{/capture} {if $mode == "add"} {include file="common_templates/mainbox.tpl" title=$lang.add_new_topic content=$smarty.capture.mainbox} {else} {include file="common_templates/mainbox.tpl" title=$lang.update_topic content=$smarty.capture.mainbox} {/if}