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:
chschy 2011-09-16 02:21:01 +00:00
parent 9f89030ddb
commit 1ca26fd096

View file

@ -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>