aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_prefs_personal.html
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-03-15 07:56:21 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-03-14 22:57:31 -0400
commit56a7038aa57a1ec473196e01f68b7c8a1d0a89b6 (patch)
treeb491b35ec9673aac7ea0b8ee7c5ebabb1fce98a2 /phpBB/styles/prosilver/template/ucp_prefs_personal.html
parentda8009603d05acdccaff15cd610353d85c365220 (diff)
downloadforums-56a7038aa57a1ec473196e01f68b7c8a1d0a89b6.tar
forums-56a7038aa57a1ec473196e01f68b7c8a1d0a89b6.tar.gz
forums-56a7038aa57a1ec473196e01f68b7c8a1d0a89b6.tar.bz2
forums-56a7038aa57a1ec473196e01f68b7c8a1d0a89b6.tar.xz
forums-56a7038aa57a1ec473196e01f68b7c8a1d0a89b6.zip
[feature/new-tz-handling] Removed DST options from templates.
PHPBB3-9558
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_prefs_personal.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_prefs_personal.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_prefs_personal.html b/phpBB/styles/prosilver/template/ucp_prefs_personal.html
index eae37b8021..267a3b8c2f 100644
--- a/phpBB/styles/prosilver/template/ucp_prefs_personal.html
+++ b/phpBB/styles/prosilver/template/ucp_prefs_personal.html
@@ -83,13 +83,6 @@
</dd>
</dl>
<dl>
- <dt><label for="dst1">{L_BOARD_DST}:</label></dt>
- <dd>
- <label for="dst1"><input type="radio" name="dst" id="dst1" value="1"<!-- IF S_DST --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
- <label for="dst0"><input type="radio" name="dst" id="dst0" value="0"<!-- IF not S_DST --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
- </dd>
- </dl>
- <dl>
<dt><label for="dateformat">{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; }">