diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-03-15 07:56:21 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-03-14 22:57:31 -0400 |
| commit | 56a7038aa57a1ec473196e01f68b7c8a1d0a89b6 (patch) | |
| tree | b491b35ec9673aac7ea0b8ee7c5ebabb1fce98a2 /phpBB/styles/subsilver2/template | |
| parent | da8009603d05acdccaff15cd610353d85c365220 (diff) | |
| download | forums-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/subsilver2/template')
| -rw-r--r-- | phpBB/styles/subsilver2/template/ucp_prefs_personal.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html index 8e4b04fc10..357e1fe100 100644 --- a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html +++ b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html @@ -78,10 +78,6 @@ </td> </tr> <tr> - <td class="row1" width="50%"><b class="genmed">{L_BOARD_DST}:</b></td> - <td class="row2"><input type="radio" class="radio" name="dst" value="1"<!-- IF S_DST --> checked="checked"<!-- ENDIF --> /> <span class="genmed">{L_YES}</span> <input type="radio" class="radio" name="dst" value="0"<!-- IF not S_DST --> checked="checked"<!-- ENDIF --> /> <span class="genmed">{L_NO}</span></td> -</tr> -<tr> <td class="row1" width="50%"><b class="genmed">{L_BOARD_DATE_FORMAT}:</b><br /><span class="gensmall">{L_BOARD_DATE_FORMAT_EXPLAIN}</span></td> <td class="row2"> <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; }"> |
