mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1634 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
045223898c
commit
e9549dbd67
2 changed files with 1 additions and 3 deletions
|
|
@ -131,7 +131,7 @@
|
||||||
if($args->search_keyword && !$args->search_target) $args->search_target = "title_content";
|
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'; ///< 소팅 값
|
$args->sort_index = 'list_order'; ///< 소팅 값
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,14 +27,12 @@
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<label for="title" class="title">{$lang->title}</label>
|
<label for="title" class="title">{$lang->title}</label>
|
||||||
|
|
||||||
<!--@if($module_info->use_category=="Y")-->
|
|
||||||
<select name="category_srl" >
|
<select name="category_srl" >
|
||||||
<option value="">{$lang->category}</option>
|
<option value="">{$lang->category}</option>
|
||||||
<!--@foreach($category_list as $val)-->
|
<!--@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>
|
<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-->
|
<!--@end-->
|
||||||
</select>
|
</select>
|
||||||
<!--@end-->
|
|
||||||
|
|
||||||
<input type="text" name="title" id="title" class="inputTypeText" value="{$oDocument->getTitleText()}" />
|
<input type="text" name="title" id="title" class="inputTypeText" value="{$oDocument->getTitleText()}" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue