{* $Id: export.tpl,v 1.6.4.1 2003/03/12 12:58:52 svowl Exp $ *} {include file="location.tpl" last_location="Export products"} {assign var="columns2" value=$columns} {if $smarty.get.mode ne "imported"} This page allows you to export data into CSV file. {/if} {if $smarty.get.err eq "noproducts"}

No products to export

{/if}

{capture name=dialog} {if $smarty.get.mode eq "imported"} Import operation successfully finished.
{$smarty.get.entries} entries added. {else}

Delimiter: { include file="provider/main/ie_delimiter.tpl" }

{ include file="buttons/rarrow.tpl"}

The products will be exported in format described in "/main/products_export.tpl" template.

{/if} {/capture} {include file="dialog.tpl" title="Export products" content=$smarty.capture.dialog extra="width=100%"}