?>
" /></p>
		
		<noscript><p><em><?php 
    _e('You must enable Javascript in order to proceed!', $this->plugin_name);
    ?>
</em></p></noscript>
		
		</form>
		
		<?php 
    // If someone clicks on Delete file button.
    $market_exporter_fs = new Market_Exporter_FS($this->plugin_name);
    if (!empty($_POST[$this->plugin_name . '-delete'])) {
        if (isset($_POST['files'])) {
            $market_exporter_fs->delete_files($_POST['files']);
        }
    }
    ?>

		<h2><?php 
    _e('Generated YML files:', 'market-exporter');
    ?>
</h2>
		<form method="post" action="" name="list-files" id="market-exporter">
			<?php 
    wp_nonce_field($this->plugin_name);
    ?>
			
			<table>
				<tr>