Skip to content

Commit

Permalink
selected 될 수 있도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansi committed May 7, 2014
1 parent 0f72f50 commit 6d57455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/board/tpl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<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>
<option value="{$key}" loop="$module_category => $key,$val" selected="selected"|cond="$module_category_srl==$key">{$val->title}</option>
</select>
<select name="search_target" title="{$lang->search_target}" style="margin-right:4px">
<option value="mid" selected="selected"|cond="$search_target=='mid'">{$lang->mid}</option>
Expand Down

0 comments on commit 6d57455

Please sign in to comment.