diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-06-12 19:54:26 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-06-18 15:09:45 +0200 |
commit | 5f96e5d374d1702d3d81591b7c69ede1cafebfa7 (patch) | |
tree | d586a266b45f50e4c20941749e623672f8fb941a /phpBB/adm/style/acp_users_prefs.html | |
parent | 435573a9cb82060ddae673aa1e1572bd78c7741d (diff) | |
download | forums-5f96e5d374d1702d3d81591b7c69ede1cafebfa7.tar forums-5f96e5d374d1702d3d81591b7c69ede1cafebfa7.tar.gz forums-5f96e5d374d1702d3d81591b7c69ede1cafebfa7.tar.bz2 forums-5f96e5d374d1702d3d81591b7c69ede1cafebfa7.tar.xz forums-5f96e5d374d1702d3d81591b7c69ede1cafebfa7.zip |
[feature/new-tz-handling] Fix timezone option when editing a user in the ACP
PHPBB3-9558
Diffstat (limited to 'phpBB/adm/style/acp_users_prefs.html')
-rw-r--r-- | phpBB/adm/style/acp_users_prefs.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_users_prefs.html b/phpBB/adm/style/acp_users_prefs.html index 90db62984e..9439f0cf03 100644 --- a/phpBB/adm/style/acp_users_prefs.html +++ b/phpBB/adm/style/acp_users_prefs.html @@ -52,10 +52,7 @@ <dt><label for="style">{L_BOARD_STYLE}:</label></dt> <dd><select id="style" name="style">{S_STYLE_OPTIONS}</select></dd> </dl> - <dl> - <dt><label for="tz">{L_BOARD_TIMEZONE}:</label></dt> - <dd><select id="tz" name="tz" style="width: 100%;">{S_TZ_OPTIONS}</select></dd> - </dl> + <!-- INCLUDE timezone_option.html --> <dl> <dt><label for="dateoptions">{L_BOARD_DATE_FORMAT}:</label><br /><span>{L_BOARD_DATE_FORMAT_EXPLAIN}</span></dt> <dd><select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){dE('custom_date',1);}else{dE('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = default_dateformat; } else { document.getElementById('dateformat').value = this.value; }">{S_DATEFORMAT_OPTIONS}</select></dd> |