mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12858] Remove hardcoded language entries from timezone selects
PHPBB3-12858
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<select name="tz" id="timezone" class="autowidth tz_select">
|
||||
<option value="">{L_SELECT_TIMEZONE}</option>
|
||||
<!-- BEGIN tz_select -->
|
||||
<optgroup label="{tz_select.LABEL}">
|
||||
<optgroup label="{tz_select.LABEL}" data-tz-value="{tz_select.VALUE}">
|
||||
<!-- BEGIN tz_options -->
|
||||
<option title="{tz_select.tz_options.TITLE}" value="{tz_select.tz_options.VALUE}"<!-- IF tz_select.tz_options.SELECTED --> selected="selected"<!-- ENDIF -->>{tz_select.tz_options.LABEL}</option>
|
||||
<!-- END tz_options -->
|
||||
|
Reference in New Issue
Block a user