aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/timezone_option.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-06-19 19:08:53 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-06-19 19:08:53 +0200
commitdcd7d962960ade175400cbb9b8e00575e8735a22 (patch)
tree482366a98847fe4f65f698ac8215260c18c23355 /phpBB/adm/style/timezone_option.html
parent7b4f9765f8ab515c19d360818d7e57e5d6e47bd3 (diff)
downloadforums-dcd7d962960ade175400cbb9b8e00575e8735a22.tar
forums-dcd7d962960ade175400cbb9b8e00575e8735a22.tar.gz
forums-dcd7d962960ade175400cbb9b8e00575e8735a22.tar.bz2
forums-dcd7d962960ade175400cbb9b8e00575e8735a22.tar.xz
forums-dcd7d962960ade175400cbb9b8e00575e8735a22.zip
[feature/new-tz-handling] Use asset in acp and subsilver2 and remove duplicates
PHPBB3-9558
Diffstat (limited to 'phpBB/adm/style/timezone_option.html')
-rw-r--r--phpBB/adm/style/timezone_option.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/timezone_option.html b/phpBB/adm/style/timezone_option.html
index e12219b1c0..23c0ee19e9 100644
--- a/phpBB/adm/style/timezone_option.html
+++ b/phpBB/adm/style/timezone_option.html
@@ -2,7 +2,7 @@
<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);">
+ <select name="tz_date" id="tz_date" class="autowidth tz_select">
<option value="">{L_SELECT_CURRENT_TIME}</option>
{S_TZ_DATE_OPTIONS}
</select>