Exemple #1
0
</th>
				<th><?php 
_e('Event Fields', 'tribe-events-calendar');
?>
</th>
				</thead>
				<?php 
foreach ($header as $col => $title) {
    ?>
					<tr>
						<td><?php 
    echo $title;
    ?>
</td>
						<td><?php 
    echo $mapper->make_select_box($col);
    ?>
</td>
					</tr>
				<?php 
}
?>

				<tr>
					<td colspan="2">
						<?php 
submit_button(__('Perform Import', 'tribe-events-calendar'));
?>
					</td>
				</tr>