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

This commit is contained in:
zero 2007-03-02 06:27:24 +00:00
parent 2d6147d518
commit cb8ca9acbc
3 changed files with 6 additions and 1 deletions

View file

@ -10,7 +10,7 @@
var $search_option = array('title','content','title_content','user_name'); ///< 검색 옵션
var $skin = "default"; ///< 스킨 이름
var $list_count = 3; ///< 한 페이지에 나타날 글의 수
var $list_count = 20; ///< 한 페이지에 나타날 글의 수
var $page_count = 10; ///< 페이지의 수
var $category_list = NULL; ///< 카테고리 목록

View file

@ -47,8 +47,10 @@
<tr>
<td>&nbsp;</td>
<td>
<!--@if($grant->manager)-->
<input type="checkbox" name="is_notice" value="Y" <!--@if($document->is_notice== "Y")-->checked="true"<!--@end--> id="is_notice" />
<label for="is_notice">{$lang->notice}</label>
<!--@end-->
<input type="checkbox" name="is_secret" value="Y" <!--@if($document->is_secret== "Y")-->checked="true"<!--@end--> id="is_secret" />
<label for="is_secret">{$lang->secret}</label>