mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +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
|
|
@ -21,9 +21,11 @@
|
|||
<div class="select open" style="width:160px;">
|
||||
<span class="ctrl"><span class="arrow"></span></span>
|
||||
<button type="button" class="myValue selected">{$lang_supported[Context::getLangType()]}</button>
|
||||
<ul class="aList" style="bottom:20px;top:auto">
|
||||
<li loop="$lang_supported=>$key,$val"><a href="{getUrl('l', $key)}">{$val}</a></li>
|
||||
</ul>
|
||||
<div class="aList" style="bottom:20px;top:auto">
|
||||
<ul>
|
||||
<li loop="$lang_supported=>$key,$val"><a href="{getUrl('l', $key)}">{$val}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fRight">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue