From f77322cc00f4800d9991b0d8ce18f1b4d75ccbba Mon Sep 17 00:00:00 2001 From: akasima Date: Mon, 26 May 2014 16:36:24 +0900 Subject: [PATCH] =?UTF-8?q?#730=20=EA=B2=8C=EC=8B=9C=ED=8C=90=EC=97=90?= =?UTF-8?q?=EC=84=9C=20list=5Forder=20=EC=99=80regdate=20=EB=B6=84?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/board/board.admin.view.php | 2 +- modules/board/board.class.php | 2 +- modules/board/skins/default/list.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/board/board.admin.view.php b/modules/board/board.admin.view.php index 90cfbee54..3f53e5e7d 100644 --- a/modules/board/board.admin.view.php +++ b/modules/board/board.admin.view.php @@ -55,7 +55,7 @@ class boardAdminView extends board { // install order (sorting) options foreach($this->order_target as $key) $order_target[$key] = Context::getLang($key); - $order_target['list_order'] = Context::getLang('regdate'); + $order_target['list_order'] = Context::getLang('document_srl'); $order_target['update_order'] = Context::getLang('last_update'); Context::set('order_target', $order_target); } diff --git a/modules/board/board.class.php b/modules/board/board.class.php index cb81e10f7..d3adbd471 100644 --- a/modules/board/board.class.php +++ b/modules/board/board.class.php @@ -11,7 +11,7 @@ class board extends ModuleObject { var $search_option = array('title','content','title_content','comment','user_name','nick_name','user_id','tag'); ///< 검색 옵션 - var $order_target = array('list_order', 'update_order', 'voted_count', 'blamed_count', 'readed_count', 'comment_count', 'title'); // 정렬 옵션 + var $order_target = array('list_order', 'update_order', 'regdate', 'voted_count', 'blamed_count', 'readed_count', 'comment_count', 'title'); // 정렬 옵션 var $skin = "default"; ///< skin name var $list_count = 20; ///< the number of documents displayed in a page diff --git a/modules/board/skins/default/list.html b/modules/board/skins/default/list.html index b5b06ed55..1e0831a4f 100644 --- a/modules/board/skins/default/list.html +++ b/modules/board/skins/default/list.html @@ -11,7 +11,7 @@ {$lang->writer} {$lang->user_id} {$lang->user_name} - {$lang->date} + {$lang->date} {$lang->last_update} {$lang->last_post} {$lang->readed_count}