{* $Id: manufacturer_details.tpl 1895 2006-06-07 11:28:24Z zeke $ *} {** include fileuploader **} {include file="common_templates/file_browser.tpl"} {** /include fileuploader **} {** Manufacturers section **} {capture name="mainbox"} {include file="common_templates/select_language.tpl"}
{$lang.manufacturer}: *
{$lang.image}:  
{include file="addons/manufacturers/manufacturer_image.tpl"}
{if $mode != 'add'} {$lang.delete_image} {/if}
   {include file="common_templates/fileuploader.tpl" selector_index=$manufacturer.manufacturer_id var_name="icons[`$manufacturer.manufacturer_id`][`$manufacturer.pair_id`][`$manufacturer.image_id`]"}
{$lang.description}:  
{include file="buttons/button.tpl" but_text=$lang.edit_in_visual_editor but_onclick="javascript: fn_open_editor('man_descr');" but_style="text"}
{$lang.url}:  
{$lang.position}:  
{$lang.available}  

{include file="buttons/update.tpl" but_onclick="javascript:document.manufacturers_form.submit();" but_type="input"}

{/capture} {include file="common_templates/mainbox.tpl" title=$lang.manufacturers content=$smarty.capture.mainbox} {** Manufacturer section **}