mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 1727 add group filter
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10472 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ec9950ce2c
commit
14194f2481
1 changed files with 6 additions and 0 deletions
|
|
@ -171,6 +171,12 @@
|
|||
</form>
|
||||
<form action="" method="post">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<select name="selected_group_srl">
|
||||
<option value="0">그룹 전체</option>
|
||||
<!--@foreach($group_list as $key => $val)-->
|
||||
<option value="{$val->group_srl}" <!--@if($selected_group_srl==$val->group_srl)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<select name="search_target">
|
||||
<option value="">{$lang->search_target}</option>
|
||||
{@$lang->search_target_list = array_merge($lang->search_target_list, $usedIdentifiers)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue