mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
issue 532: Fixed a combobox bug in install pages
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9890 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9a9324f41f
commit
5a16701a05
4 changed files with 26 additions and 23 deletions
|
|
@ -18,11 +18,13 @@
|
|||
<div class="select open" style="width:540px;">
|
||||
<span class="ctrl"><span class="arrow"></span></span>
|
||||
<div class="myValue"></div>
|
||||
<ul class="iList">
|
||||
<!--@foreach($time_zone as $key => $val)-->
|
||||
<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 class="iList">
|
||||
<ul>
|
||||
<!--@foreach($time_zone as $key => $val)-->
|
||||
<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>
|
||||
</div>
|
||||
<p>{$lang->about_time_zone}</p>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue