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@210 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2d6147d518
commit
cb8ca9acbc
3 changed files with 6 additions and 1 deletions
|
|
@ -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; ///< 카테고리 목록
|
||||
|
||||
|
|
|
|||
|
|
@ -47,8 +47,10 @@
|
|||
<tr>
|
||||
<td> </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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue