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

20 lines
574 B
PHP
Raw Permalink Normal View History

2017-03-16 16:59:53 +01:00
<h3><a name="ai1ec"><?php
_e( 'All-in-One Event Calendar', AI1EC_PLUGIN_NAME );
?></a></h3>
<table class="ai1ec-form">
2017-11-09 17:36:04 +01:00
<tbody>
<tr>
<td class="ai1ec-first">
<label for="ai1ec_user_timezone">
<?php _e( 'Your preferred timezone', AI1EC_PLUGIN_NAME ); ?>?
</label>
</td>
<td>
<select name="ai1ec_user_timezone" id="ai1ec_user_timezone">
<?php echo $tz_selector; ?>
</select>
</td>
</tr>
</tbody>
2017-03-16 16:59:53 +01:00
</table>