mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#631 포인트 목록 그룹 검색 보완
This commit is contained in:
parent
fce5ed6001
commit
11adcfb4fb
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@
|
|||
<option value="Y" selected="selected"|cond="$is_admin=='Y'">{$lang->is_admin}</option>
|
||||
</select>
|
||||
<select name="selected_group_srl" style="width:auto;margin:0" title="{$lang->member_group}">
|
||||
<option value="0">{$lang->member_group}</option>
|
||||
<option loop="$group_list => $key,$val" value="{$val->group_srl}" selected="selected"|cond="$selected_group_srl==$val->group_srl">{$val->title}</option>
|
||||
</select>
|
||||
<select name="search_target" style="width:auto;margin:0" title="{$lang->search_target}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue