{* $Id: manufacturers.tpl 1895 2006-06-07 11:28:24Z zeke $ *} {** include fileuploader **} {include file="common_templates/file_browser.tpl"} {** /include fileuploader **} {** Manufacturers section **}
 {$lang.add_new_manufacturer}

{capture name="mainbox"} {include file="common_templates/select_language.tpl"}
{if $manufacturers} {foreach from=$manufacturers item=manufacturer} {/foreach} {else} {/if}
{$lang.position_short} {$lang.manufacturer} {$lang.avail}  
{include file="buttons/button.tpl" but_style="text" but_text=$lang.details but_href="$index_script?$target_name=manufacturers&manufacturer_id=`$manufacturer.manufacturer_id`"}

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

{$lang.text_no_manufacturers}



{include file="common_templates/subheader.tpl" title=$lang.add_new_manufacturer}
{$lang.position_short} {$lang.manufacturer} {$lang.description} {$lang.url} {$lang.image} {$lang.avail}
{include file="common_templates/fileuploader.tpl" var_name="icons[0]"}

{include file="buttons/add_new.tpl" but_onclick="javascript: document.add_manufacturers_form.submit()"}

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