mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/new-tz-handling] Fix timezone option when editing a user in the ACP
PHPBB3-9558
This commit is contained in:
20
phpBB/adm/style/timezone_option.html
Normal file
20
phpBB/adm/style/timezone_option.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<dl>
|
||||
<dt><label for="timezone">{L_BOARD_TIMEZONE}:</label></dt>
|
||||
<!-- IF S_TZ_DATE_OPTIONS -->
|
||||
<dd id="tz_select_date" style="display: none;">
|
||||
<select name="tz_date" id="tz_date" class="autowidth tz_select" onchange="phpbb_switch_tz_date(false);">
|
||||
<option value="">{L_SELECT_CURRENT_TIME}</option>
|
||||
{S_TZ_DATE_OPTIONS}
|
||||
</select>
|
||||
</dd>
|
||||
<!-- ENDIF -->
|
||||
<dd>
|
||||
<select name="tz" id="timezone" class="autowidth tz_select">
|
||||
<option value="">{L_SELECT_TIMEZONE}</option>
|
||||
{S_TZ_OPTIONS}
|
||||
</select>
|
||||
|
||||
<script type="text/javascript" src="{T_TEMPLATE_PATH}/timezone.js"></script>
|
||||
<script type="text/javascript">phpbb_enable_tz_dates();</script>
|
||||
</dd>
|
||||
</dl>
|
Reference in New Issue
Block a user