mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#1636 보완
This commit is contained in:
parent
91b03795dc
commit
0cff0c2456
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@
|
|||
<p style="padding:3px 0 0 0">{$lang->about_list_config}</p>
|
||||
<div style="display:inline-block">
|
||||
<select class="multiorder_show" size="8" multiple="multiple" style="width:220px;vertical-align:top;margin-bottom:8px">
|
||||
<option loop="$extra_vars => $key, $val" cond="!$list_config[$key]" value="{$key}">{$val->name}</option>
|
||||
<option loop="$extra_vars => $key, $val" cond="!$list_config[$key]" value="{$key}">{Context::replaceUserLang($val->name)}</option>
|
||||
</select><br />
|
||||
<button type="button" class="x_btn multiorder_add" style="vertical-align:top">{$lang->cmd_insert}</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue