2012-06-12 19:51:55 +02:00
|
|
|
<tr>
|
2012-08-03 11:43:23 -05:00
|
|
|
<td class="row1" width="50%"><b class="genmed">{L_BOARD_TIMEZONE}{L_COLON}</b></td>
|
2012-06-12 19:51:55 +02:00
|
|
|
<td class="row2">
|
|
|
|
<!-- IF S_TZ_DATE_OPTIONS -->
|
|
|
|
<div id="tz_select_date" style="display: none;">
|
2012-06-19 19:08:53 +02:00
|
|
|
<select name="tz_date" id="tz_date" class="autowidth tz_select">
|
2012-06-12 19:51:55 +02:00
|
|
|
<option value="">{L_SELECT_CURRENT_TIME}</option>
|
|
|
|
{S_TZ_DATE_OPTIONS}
|
|
|
|
</select><br />
|
2013-02-17 12:53:14 +05:30
|
|
|
<input type="button" id="tz_select_date_suggest" class="btnlite" style="display: none;" timezone-preselect="<!-- IF S_TZ_PRESELECT -->true<!-- ELSE -->false<!-- ENDIF -->" data-l-suggestion="{L_TIMEZONE_DATE_SUGGESTION}" value="{L_TIMEZONE_DATE_SUGGESTION}" />
|
2012-06-12 19:51:55 +02:00
|
|
|
</div>
|
|
|
|
<!-- ENDIF -->
|
|
|
|
<select name="tz" id="timezone" class="autowidth tz_select">
|
|
|
|
<option value="">{L_SELECT_TIMEZONE}</option>
|
|
|
|
{S_TZ_OPTIONS}
|
|
|
|
</select>
|
|
|
|
|
2013-07-02 11:02:55 -05:00
|
|
|
<!-- INCLUDEJS timezone.js -->
|
2012-06-12 19:51:55 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|