File: //proc/1526/task/1526/cwd/azvo/wp-content/plugins/fg-joomla-to-wordpress/admin/partials/logger.php
				<tr>
					<td colspan="2">
						<?php _e('Log', 'fg-joomla-to-wordpress'); ?>
						<label id="label_logger_autorefresh"><input type="checkbox" name="logger_autorefresh" id="logger_autorefresh" value="1" <?php checked($data['logger_autorefresh'], 1); ?> /><?php _e('Log auto-refresh', 'fg-joomla-to-wordpress'); ?></label>
						<div id="logger"></div>
							<?php submit_button( __('Copy to clipboard', 'fg-joomla-to-wordpress'), 'secondary copy_to_clipboard', 'copy_logs', false, array('data-field' => 'logger')); ?>
					</td>
				</tr>