{* $Id: product_features_vars.tpl 1503 2006-03-31 07:53:23Z zeke $ *} {capture name="mainbox"} {include file="common_templates/select_language.tpl"}
{foreach from=$field_vars item="var"} {/foreach}
  {include file="buttons/multiple_buttons.tpl" item_id="add_varinants_for_existing" tag_level="1"}

{if 'manage_catalog'|fn_check_privileges:true}
{include file="buttons/update.tpl" but_onclick="javascript:document.update_fields_form.submit()" but_type="input"}     {include file="buttons/delete_selected.tpl" but_onclick="javascript: fn_delete_selected('update_fields_form','delete_variants','','delete_checkbox','',false);" but_arrow="on"}
{/if}
{/capture} {include file="common_templates/mainbox.tpl" title=$lang.product_features content=$smarty.capture.mainbox}