git-svn-id: http://xe-core.googlecode.com/svn/trunk@1634 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-17 06:00:30 +00:00
parent 045223898c
commit e9549dbd67
2 changed files with 1 additions and 3 deletions

View file

@ -131,7 +131,7 @@
if($args->search_keyword && !$args->search_target) $args->search_target = "title_content";
// 블로그 카테고리
$args->category_srl = $this->category_srl;
$args->category_srl = (int)Context::get('category');
$args->sort_index = 'list_order'; ///< 소팅 값

View file

@ -27,14 +27,12 @@
<div class="title">
<label for="title" class="title">{$lang->title}</label>
<!--@if($module_info->use_category=="Y")-->
<select name="category_srl" >
<option value="">{$lang->category}</option>
<!--@foreach($category_list as $val)-->
<option value="{$val->category_srl}" <!--@if($category==$val->category_srl||$val->category_srl==$oDocument->get('category_srl'))-->selected="true"<!--@end-->>{$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
<!--@end-->
</select>
<!--@end-->
<input type="text" name="title" id="title" class="inputTypeText" value="{$oDocument->getTitleText()}" />
</div>