mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
Improve time zone selection
This commit is contained in:
parent
3c8b586fac
commit
e971e7a725
4 changed files with 51 additions and 13 deletions
|
|
@ -42,7 +42,7 @@
|
|||
<label for="time_zone" class="x_control-label">{$lang->time_zone}</label>
|
||||
<div class="x_controls">
|
||||
<select name="time_zone" style="width:100%">
|
||||
<option loop="$time_zone => $key,$val" id="{$key}" value="{$key}" selected="selected"|cond="$key==date('O')">{$val}</option>
|
||||
<option loop="$timezones => $key,$val" value="{$key}" selected="selected"|cond="$key==$selected_timezone">{$val}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue