all-in-one-event-calendar/public/admin/import.php

15 lines
386 B
PHP
Raw Normal View History

2017-03-16 16:59:53 +01:00
<div class="wrap">
2017-11-09 17:36:04 +01:00
<table class="form-table">
<tbody>
<tr valign="top">
<th scope="row">
<?php _e( 'Successfully imported events:', AI1EC_PLUGIN_NAME ) ?>
</th>
<td>
<?php echo $imported_events ?>
</td>
</tr>
</tbody>
</table>
2017-03-16 16:59:53 +01:00
</div>