전체 모듈 기준으로 검색 추가

This commit is contained in:
Lansi 2014-05-06 17:59:46 +09:00
parent 3c9894b27c
commit a00c33713e

View file

@ -89,6 +89,7 @@
<form action="" class="search x_input-append center" no-error-return-url="true">
<input loop="$param => $key, $val" cond="!in_array($key, array('mid', 'vid', 'act', 'page', 'search_target', 'search_keyword'))" type="hidden" name="{$key}" value="{$val}" />
<select cond="count($module_category)" name="module_category_srl" title="{$lang->module_category}" style="margin-right:4px">
<option value="" selected="selected"|cond="!$module_category_srl">{$lang->all}</option>
<option value="0" selected="selected"|cond="$module_category_srl==='0'">{$lang->not_exists}</option>
<option value="{$key}" loop="$module_category => $key,$val" selected="selected"|cond="$module_category==$key">{$val->title}</option>
</select>
@ -124,4 +125,4 @@ jQuery(function($){
}
});
});
</script>
</script>