-
{$lang->multimedia}
+
{$component_info->title} ver. {$component_info->version}

diff --git a/modules/editor/components/naver_map/lang/ko.lang.php b/modules/editor/components/naver_map/lang/ko.lang.php
index 3fe58e3e4..3f3ea47c3 100644
--- a/modules/editor/components/naver_map/lang/ko.lang.php
+++ b/modules/editor/components/naver_map/lang/ko.lang.php
@@ -5,7 +5,6 @@
* @brief 위지윅에디터(editor) 모듈 > 멀티미디어 링크 (naver_map) 컴포넌트의 언어팩
**/
- $lang->map_title = "네이버 지도 검색";
$lang->map_width = "가로크기";
$lang->map_height = "세로크기";
diff --git a/modules/editor/components/naver_map/tpl/popup.css b/modules/editor/components/naver_map/tpl/popup.css
index e81859be3..2866f8fc3 100644
--- a/modules/editor/components/naver_map/tpl/popup.css
+++ b/modules/editor/components/naver_map/tpl/popup.css
@@ -118,12 +118,13 @@
background-color:#EEEEEE;
padding:0px 0px 2px 0px;
clear:both;
+ height:25px;
}
.editor_button {
margin-top:4px;
background-color:#FFFFFF;
border:1px solid #AAAAAA;
- height:16px;
+ height:18px;
font-size:9pt;
}
diff --git a/modules/editor/components/naver_map/tpl/popup.html b/modules/editor/components/naver_map/tpl/popup.html
index b9210fb58..3e0850bd0 100644
--- a/modules/editor/components/naver_map/tpl/popup.html
+++ b/modules/editor/components/naver_map/tpl/popup.html
@@ -6,7 +6,7 @@
-
{$lang->map_title}
+
{$component_info->title} ver. {$component_info->version}

diff --git a/modules/editor/components/quotation/lang/ko.lang.php b/modules/editor/components/quotation/lang/ko.lang.php
index 324ca3fd4..3ccd1e989 100644
--- a/modules/editor/components/quotation/lang/ko.lang.php
+++ b/modules/editor/components/quotation/lang/ko.lang.php
@@ -5,7 +5,6 @@
* @brief 위지윅에디터(editor) 모듈 > 인용구 (quotation) 컴포넌트의 언어팩
**/
- $lang->quotation = "인용구 사용하기";
$lang->quotation_use_folder = "접기 기능 사용";
$lang->quotation_opener = "열기 버튼 이름";
$lang->quotation_closer = "닫기 버튼 이름";
diff --git a/modules/editor/components/quotation/tpl/popup.css b/modules/editor/components/quotation/tpl/popup.css
index e4162b759..69129840f 100644
--- a/modules/editor/components/quotation/tpl/popup.css
+++ b/modules/editor/components/quotation/tpl/popup.css
@@ -79,7 +79,7 @@
margin-top:4px;
background-color:#FFFFFF;
border:1px solid #AAAAAA;
- height:16px;
+ height:18px;
font-size:8pt;
}
diff --git a/modules/editor/components/quotation/tpl/popup.html b/modules/editor/components/quotation/tpl/popup.html
index 97feb4a64..e54132dfc 100644
--- a/modules/editor/components/quotation/tpl/popup.html
+++ b/modules/editor/components/quotation/tpl/popup.html
@@ -4,7 +4,7 @@