#730 게시판에서 list_order 와regdate 분리

This commit is contained in:
akasima 2014-05-26 16:36:24 +09:00
parent b1edfde7f4
commit f77322cc00
3 changed files with 3 additions and 3 deletions

View file

@ -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);
}