{* $Id: categories_update.tpl 1895 2006-06-07 11:28:24Z zeke $ *} {** include fileuploader **} {include file="common_templates/file_browser.tpl"} {** /include fileuploader **} {if $mode == 'update'}
 {$lang.add_subcategory}    {$lang.add_product}    {$lang.view_products}    {$lang.delete_this_category}    {$lang.featured_products}

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

{$lang.text_mandatory_fields}

{if $mode == "update"} {/if}
{$lang.category_location}:  
{$lang.category_name}: *
{$lang.images}:   {include file="common_templates/create_thumbnails.tpl" width=$settings.Thumbnails.category_thumbnail_width option_name="category_thumbnail_width"}
{$lang.category_icon}:
{$lang.text_category_icon}
           {$lang.category_detailed_image}:
{$lang.text_category_detailed_image}

{include file="categories_pages/category_image.tpl" image_width="85" image=$category_data.main_pair.image_size image_id=$category_data.main_pair.image_id image_file=$category_data.icon} {if $mode == "update"} {$lang.delete_image} {/if}    {if $mode == 'update'} {assign var="icn_name" value="main_icon[`$category_data.main_pair.pair_id`][`$category_data.main_pair.image_id`]"} {else} {assign var="icn_name" value="main_icon[0]"} {/if} {include file="common_templates/fileuploader.tpl" selector_index=$category_data.main_pair.pair_id var_name=$icn_name prefix="i"}

 

{include file="categories_pages/category_image.tpl" image_width="85" image=$category_data.main_pair.detailed_size image_mode="detailed" image_id=$category_data.main_pair.detailed_id image_file=$category_data.detailed} {if $mode == "update"} {$lang.delete_image} {/if}    {if $mode == 'update'} {assign var="det_name" value="main_detailed_image[`$category_data.main_pair.pair_id`][`$category_data.main_pair.detailed_id`]"} {else} {assign var="det_name" value="main_detailed_image[0]"} {/if} {include file="common_templates/fileuploader.tpl" selector_index=$category_data.main_pair.pair_id var_name=$det_name prefix="d"}


{$lang.description}:  
{include file="buttons/button.tpl" but_text=$lang.edit_in_visual_editor but_onclick="javascript: fn_open_editor('cat_descr');" but_style="text"}
{$lang.meta_description}:  
{$lang.meta_keywords}:  
{$lang.membership}:  
   {$lang.to_all_subcats}
{$lang.position}:  
{$lang.available}:  

{if 'manage_catalog'|fn_check_privileges:true} {if $mode == "add"} {include file="buttons/add_new.tpl" but_onclick="document.category_update_form.submit();"} {else} {include file="buttons/save_changes.tpl" but_onclick="document.category_update_form.submit();"} {/if} {/if}
{/capture} {if $mode == "add"} {include file="common_templates/mainbox.tpl" title=$lang.add_new_category content=$smarty.capture.mainbox} {else} {include file="common_templates/mainbox.tpl" title=$lang.update_category content=$smarty.capture.mainbox} {/if} {if $mode != "add"} {include file="addons/featured_products/categories.tpl"} {/if}