mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
issue 427, display select widget form when use faceoff
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9634 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5432fb3bda
commit
10ddc990b3
2 changed files with 23 additions and 2 deletions
|
|
@ -7,13 +7,13 @@
|
|||
<ul>
|
||||
<li>
|
||||
<p class="q"><label for="skin">{$lang->skin}</label></p>
|
||||
<a class="a">
|
||||
<p class="a">
|
||||
<select name="skin" id="skin" style="width:280px">
|
||||
<option value="">{$lang->select}</option>
|
||||
<option loop="$skin_list => $skin_name, $skin" value="{$skin_name}">{$skin->title} ({$skin_name})</option>
|
||||
</select>
|
||||
<input type="button" value="{$lang->cmd_select}" />
|
||||
</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="colorset">{$lang->colorset}</label></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue