mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix #1636 replace user lang in board list options
This commit is contained in:
parent
459fe2d959
commit
bc448af4fd
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@
|
|||
</div>
|
||||
<div style="display:inline-block">
|
||||
<select class="multiorder_selected" size="8" multiple="multiple" style="width:220px;vertical-align:top;margin-bottom:8px">
|
||||
<option loop="$list_config => $key, $val" value="{$key}">{$val->name}</option>
|
||||
<option loop="$list_config => $key, $val" value="{$key}">{Context::replaceUserLang($val->name)}</option>
|
||||
</select><br />
|
||||
<span class="x_btn-group">
|
||||
<button type="button" class="x_btn multiorder_up" style="vertical-align:top">{$lang->cmd_move_up}</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue