diff --git a/modules/blog/lang/ko.lang.php b/modules/blog/lang/ko.lang.php index 081ace9e4..571cc0f62 100644 --- a/modules/blog/lang/ko.lang.php +++ b/modules/blog/lang/ko.lang.php @@ -38,7 +38,7 @@ $lang->about_footer_text = '모듈의 하단에 표시되는 내용입니다 (html 태그 사용 가능)'; $lang->about_skin = '모듈의 스킨을 선택하실 수 있습니다'; $lang->about_use_category = '선택하시면 분류기능을 사용할 수 있습니다'; - $lang->about_list_count = '한페이지에 표시될 글의 수를 지정하실 수 있습니다. (기본 20개)'; + $lang->about_list_count = '한페이지에 표시될 글의 수를 지정하실 수 있습니다. (기본 1개)'; $lang->about_page_count = '목록 하단 페이지 이동 하는 링크의 수를 지정하실 수 있습니다. (기본 10개)'; $lang->about_admin_id = '해당 모듈에 대해 최고 권한을 가지는 관리자를 지정할 수 있습니다.
,(콤마)로 다수 아이디 지정이 가능합니다. (관리자페이지 접근은 불가능)'; diff --git a/modules/blog/tpl/blog_insert.html b/modules/blog/tpl/blog_insert.html index 122972929..35f6c2f9f 100644 --- a/modules/blog/tpl/blog_insert.html +++ b/modules/blog/tpl/blog_insert.html @@ -71,7 +71,7 @@ {$lang->list_count} - + {$lang->about_list_count} diff --git a/modules/board/board.class.php b/modules/board/board.class.php index 9908984fd..048bfe10d 100644 --- a/modules/board/board.class.php +++ b/modules/board/board.class.php @@ -23,19 +23,13 @@ // action forward에 등록 (관리자 모드에서 사용하기 위함) $oModuleController = &getController('module'); $oModuleController->insertActionForward('board', 'view', 'dispBoardAdminContent'); - $oModuleController->insertActionForward('board', 'view', 'dispBoardAdminModuleConfig'); $oModuleController->insertActionForward('board', 'view', 'dispBoardAdminBoardInfo'); $oModuleController->insertActionForward('board', 'view', 'dispBoardAdminInsertBoard'); $oModuleController->insertActionForward('board', 'view', 'dispBoardAdminDeleteBoard'); $oModuleController->insertActionForward('board', 'view', 'dispBoardAdminSkinInfo'); $oModuleController->insertActionForward('board', 'view', 'dispBoardAdminCategoryInfo'); $oModuleController->insertActionForward('board', 'view', 'dispBoardAdminGrantInfo'); - //$oModuleController->insertActionForward('board', 'controller', 'procBoardAdminInsertGrant'); $oModuleController->insertActionForward('board', 'controller', 'procBoardAdminUpdateSkinInfo'); - //$oModuleController->insertActionForward('board', 'controller', 'procBoardAdminDeleteBoard'); - //$oModuleController->insertActionForward('board', 'controller', 'procBoardAdminInsertCategory'); - //$oModuleController->insertActionForward('board', 'controller', 'procBoardAdminUpdateCategory'); - //$oModuleController->insertActionForward('board', 'controller', 'procBoardAdminInsertConfig'); return new Object(); } diff --git a/modules/board/board.controller.php b/modules/board/board.controller.php index 256cacd18..09aa7f8b2 100644 --- a/modules/board/board.controller.php +++ b/modules/board/board.controller.php @@ -502,18 +502,5 @@ $this->add('module_srl', $module_srl); $this->setMessage($msg_code); } - - /** - * @brief 게시판 기본 정보의 추가 - **/ - function procBoardAdminInsertConfig() { - // 기본 정보를 받음 - $args = Context::gets('test'); - - // module Controller 객체 생성하여 입력 - $oModuleController = &getController('module'); - $output = $oModuleController->insertModuleConfig('board',$args); - return $output; - } } ?> diff --git a/modules/board/board.view.php b/modules/board/board.view.php index 4af582fa9..c2e1377db 100644 --- a/modules/board/board.view.php +++ b/modules/board/board.view.php @@ -434,20 +434,6 @@ $this->setTemplateFile('index'); } - /** - * @brief 게시판에 필요한 기본 설정들 - **/ - function dispBoardAdminModuleConfig() { - - // 설정 정보를 받아옴 (module model 객체를 이용) - $oModuleModel = &getModel('module'); - $config = $oModuleModel->getModuleConfig('board'); - Context::set('config',$config); - - // 템플릿 파일 지정 - $this->setTemplateFile('board_config'); - } - /** * @brief 선택된 게시판의 정보 출력 **/ diff --git a/modules/board/conf/module.xml b/modules/board/conf/module.xml index f9926b816..c3949b50d 100644 --- a/modules/board/conf/module.xml +++ b/modules/board/conf/module.xml @@ -49,7 +49,6 @@ - @@ -65,7 +64,6 @@ - diff --git a/modules/board/lang/ko.lang.php b/modules/board/lang/ko.lang.php index 1b6ceacae..ffb4fd808 100644 --- a/modules/board/lang/ko.lang.php +++ b/modules/board/lang/ko.lang.php @@ -25,9 +25,6 @@ $lang->skin_maker = '스킨제작자'; $lang->skin_maker_homepage = '홈페이지'; - $lang->test = '테스트'; - $lang->about_test = '테스트는 블라블라...'; - // 주절 주절.. $lang->about_mid = '모듈이름은 http://주소/?mid=모듈이름 처럼 직접 호출할 수 있는 값입니다. (영문+숫자만 가능)'; $lang->about_category = '분류를 통한 관리를 할 수 있도록 합니다. 모듈 분류의 관리는 모듈관리 > 모듈카테고리에서 하실 수 있습니다.'; diff --git a/modules/board/tpl/board_config.html b/modules/board/tpl/board_config.html deleted file mode 100644 index bf07fc6a0..000000000 --- a/modules/board/tpl/board_config.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -
- - - - - - - - - - - -
{$lang->test}
{$lang->about_test}
- -
-
diff --git a/modules/board/tpl/filter/insert_config.xml b/modules/board/tpl/filter/insert_config.xml deleted file mode 100644 index c0a674180..000000000 --- a/modules/board/tpl/filter/insert_config.xml +++ /dev/null @@ -1,7 +0,0 @@ - -
- - - - - diff --git a/modules/board/tpl/header.html b/modules/board/tpl/header.html index e25950779..a527f7313 100644 --- a/modules/board/tpl/header.html +++ b/modules/board/tpl/header.html @@ -1,24 +1,26 @@ - -
- style="font-weight:bold">[{$lang->cmd_board_list}] - style="font-weight:bold">[{$lang->cmd_module_config}] -
-
- - [{$lang->cmd_back}] + + + style="font-weight:bold">[{$lang->cmd_board_list}] + + [{$lang->cmd_back}] + style="font-weight:bold">[{$lang->cmd_view_info}] style="font-weight:bold">[{$lang->cmd_manage_category}] style="font-weight:bold">[{$lang->cmd_manage_grant}] style="font-weight:bold">[{$lang->cmd_manage_skin}] -
-
+
+ + + + +
{$lang->mid} : {$module_info->mid} ({$lang->cmd_move})