diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2012-06-19 15:41:18 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-06-19 15:41:18 +0200 |
| commit | 79a03909706d78efe6d49e88a0ac089186a65368 (patch) | |
| tree | 8033443e26f63b6fa805e7daa879b8efd827e26f /phpBB/styles/prosilver/template/timezone_option.html | |
| parent | 72c3148cfef37d42b462d55813c6f41964dc72e6 (diff) | |
| download | forums-79a03909706d78efe6d49e88a0ac089186a65368.tar forums-79a03909706d78efe6d49e88a0ac089186a65368.tar.gz forums-79a03909706d78efe6d49e88a0ac089186a65368.tar.bz2 forums-79a03909706d78efe6d49e88a0ac089186a65368.tar.xz forums-79a03909706d78efe6d49e88a0ac089186a65368.zip | |
[feature/new-tz-handling] Fix javascript in prosilver
Use new coding guidelines, wrap code with (function($)) and use phpbb. prefix
PHPBB3-9558
Diffstat (limited to 'phpBB/styles/prosilver/template/timezone_option.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/timezone_option.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/timezone_option.html b/phpBB/styles/prosilver/template/timezone_option.html index 8840e9e5e8..3881c2553c 100644 --- a/phpBB/styles/prosilver/template/timezone_option.html +++ b/phpBB/styles/prosilver/template/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> |
