<?php/** * Confirmation form for deleting a file */$this->extend('../layout');?><formaction=""method="post"enctype="application/x-www-form-urlencoded"id="loco-del"><divclass="notice inline notice-danger"><h3><spanclass="has-icon icon-trash"></span><span><?phpesc_html_e('Confirm delete','loco-translate')?></span></h3><p><?phpecho__('Are you sure you want to <strong>permanently</strong> delete the following file?','loco-translate')?></p><p><code><?php$info->e('relpath')?></code></p><?phpif($params->has('deps')):?><p><strong><?php$params->e('warn')?></strong><?phpforeach($depsas$info):?><div><?php$info->e('name')?></div><?phpendforeach?></p><?phpendif?><pclass="submit"><buttontype="submit"class="button button-danger"disabled><?phpesc_html_e('Delete Permanently','default')?></button></p></div><?php/* @var Loco_mvc_HiddenFields $hidden */$hidden->_e();?></form>