{* $Id: copy_file_message.tpl,v 1.3 2002/05/30 11:15:13 zorg Exp $ *} {include file="location.tpl" last_location="Copy template"} {capture name=dialog} {if $io_error eq 1} Permission denied error!
Cannot copy to file {$filename}. {elseif $io_error eq 3} Could not restore files!
Templates repository does not exist. {else} File {$filename} has been successfully copied. {/if}

{include file="buttons/go_back.tpl"} {/capture} {include file="dialog.tpl" title="Copy template" content=$smarty.capture.dialog extra="width=100%"}