{* $Id: delete_file_message.tpl,v 1.2 2002/04/23 10:37:58 mav Exp $ *} {include file="location.tpl" last_location="Delete template"} {capture name=dialog} {if $io_error eq "2"} File {$filename} does not exist! {elseif $io_error ne ""} Permission denied error!
File {$filename} was not deleted. {/if} {if $io_error ne ""}

{include file="buttons/go_back.tpl"} {else} File {$filename} has been successfully deleted. {/if} {/capture} {include file="dialog.tpl" title="Delete template" content=$smarty.capture.dialog extra="width=100%"}