aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_register.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-06-12 19:50:55 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-06-18 15:09:12 +0200
commit4fbee37752f8b854a98f60f4f7befc09f33e604c (patch)
treeda1091768f3857b0ab30626be6757509cf6f7128 /phpBB/styles/prosilver/template/ucp_register.html
parent66f7d45603417df7619323977de62aebce0bf676 (diff)
downloadforums-4fbee37752f8b854a98f60f4f7befc09f33e604c.tar
forums-4fbee37752f8b854a98f60f4f7befc09f33e604c.tar.gz
forums-4fbee37752f8b854a98f60f4f7befc09f33e604c.tar.bz2
forums-4fbee37752f8b854a98f60f4f7befc09f33e604c.tar.xz
forums-4fbee37752f8b854a98f60f4f7befc09f33e604c.zip
[feature/new-tz-handling] Move timezone option into its own template file
This should make it much easier for extensions to change the handling of the timezone selection PHPBB3-9558
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_register.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_register.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_register.html b/phpBB/styles/prosilver/template/ucp_register.html
index 95e125fdea..994356efe6 100644
--- a/phpBB/styles/prosilver/template/ucp_register.html
+++ b/phpBB/styles/prosilver/template/ucp_register.html
@@ -53,15 +53,8 @@
<dt><label for="lang">{L_LANGUAGE}:</label></dt>
<dd><select name="lang" id="lang" onchange="change_language(this.value); return false;" tabindex="6" title="{L_LANGUAGE}">{S_LANG_OPTIONS}</select></dd>
</dl>
- <dl>
- <dt><label for="tz">{L_TIMEZONE}:</label></dt>
- <dd>
- <select name="tz" id="tz" tabindex="7" class="autowidth tz_select">
- <option value="">{L_SELECT_TIMEZONE}</option>
- {S_TZ_OPTIONS}
- </select>
- </dd>
- </dl>
+
+ <!-- INCLUDE timezone_option.html -->
<!-- IF .profile_fields -->
<dl><dd><strong>{L_ITEMS_REQUIRED}</strong></dd></dl>