From f1fcb7b21fe56527198f7fd1f12974b10c8ba5e5 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 14 Mar 2007 07:40:59 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@417 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/plugin/lang/ko.lang.php | 4 +++- modules/plugin/plugin.view.php | 2 +- modules/plugin/tpl.admin/downloaded_plugin_list.html | 4 +--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/plugin/lang/ko.lang.php b/modules/plugin/lang/ko.lang.php index 9e39b6101..75fc88dc0 100644 --- a/modules/plugin/lang/ko.lang.php +++ b/modules/plugin/lang/ko.lang.php @@ -5,5 +5,7 @@ * @brief 플러그인(plugin) 모듈의 기본 언어팩 **/ - $lang->plugin_info = "플러그인 정보"; + $lang->plugin_maker = '플러그인 제작자'; + $lang->plugin_history = '변경사항'; + $lang->plugin_info = '플러그인 정보'; ?> diff --git a/modules/plugin/plugin.view.php b/modules/plugin/plugin.view.php index e44b4ab17..ac33b0193 100644 --- a/modules/plugin/plugin.view.php +++ b/modules/plugin/plugin.view.php @@ -25,7 +25,7 @@ Context::set('plugin_info', $plugin_info); // 플러그인을 팝업으로 지정 - $this->setLayoutFile('popup_plugin'); + $this->setLayoutFile('popup_layout'); // 템플릿 파일 지정 $this->setTemplateFile('plugin_detail_info'); diff --git a/modules/plugin/tpl.admin/downloaded_plugin_list.html b/modules/plugin/tpl.admin/downloaded_plugin_list.html index 6876750d4..92ade1878 100644 --- a/modules/plugin/tpl.admin/downloaded_plugin_list.html +++ b/modules/plugin/tpl.admin/downloaded_plugin_list.html @@ -8,7 +8,6 @@ {$lang->date} {$lang->path} {$lang->plugin_info} - {$lang->cmd_make} @@ -21,10 +20,9 @@ {$val->author->date} {$val->path} {$lang->cmd_view} - {$lang->cmd_make} - + {nl2br($val->author->description)}