mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
issue 160 modify time zone setting in install page
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9176 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9f89030ddb
commit
1ca26fd096
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<div class="myValue"></div>
|
||||
<ul class="iList">
|
||||
<!--@foreach($time_zone as $key => $val)-->
|
||||
<li><input name="time_zone" id="t1" class="option" type="radio" value="{$key}" <!--@if($key==date('O'))-->checked="checked"<!--@end--> /><label for="t1">{$val}</label></li>
|
||||
<li><input name="time_zone" id="{$key}" class="option" type="radio" value="{$key}" <!--@if($key==date('O'))-->checked="checked"<!--@end--> /><label for="{$key}">{$val}</label></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue