diff --git a/modules/board/skins/default/list.html b/modules/board/skins/default/list.html index 08dda03bf..d2550315c 100644 --- a/modules/board/skins/default/list.html +++ b/modules/board/skins/default/list.html @@ -113,9 +113,15 @@
+ [{$lang->cmd_write}] + + + + [{$lang->cmd_document_management}] +
diff --git a/modules/document/lang/ko.lang.php b/modules/document/lang/ko.lang.php index 3f8bd133e..d998b72cd 100644 --- a/modules/document/lang/ko.lang.php +++ b/modules/document/lang/ko.lang.php @@ -6,6 +6,7 @@ **/ $lang->cmd_delete_checked_document = '선택항목 삭제'; + $lang->cmd_document_management = '게시글 관리'; $lang->msg_cart_is_null = '삭제할 글을 선택해주세요'; $lang->msg_category_not_moved = '이동할 수가 없습니다';