From 6e29199e2b3d49eddc91bf3d502aa71f8e2ef89a Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 26 Mar 2007 10:02:00 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@667 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/image_link/lang/ko.lang.php | 1 - modules/editor/components/image_link/tpl/popup.css | 3 ++- modules/editor/components/image_link/tpl/popup.html | 2 +- modules/editor/components/multimedia_link/lang/ko.lang.php | 1 - modules/editor/components/multimedia_link/tpl/popup.css | 3 ++- modules/editor/components/multimedia_link/tpl/popup.html | 2 +- modules/editor/components/naver_map/lang/ko.lang.php | 1 - modules/editor/components/naver_map/tpl/popup.css | 3 ++- modules/editor/components/naver_map/tpl/popup.html | 2 +- modules/editor/components/quotation/lang/ko.lang.php | 1 - modules/editor/components/quotation/tpl/popup.css | 2 +- modules/editor/components/quotation/tpl/popup.html | 2 +- modules/editor/components/table_maker/lang/ko.lang.php | 1 - modules/editor/components/table_maker/tpl/popup.css | 2 +- modules/editor/components/table_maker/tpl/popup.html | 2 +- modules/editor/components/url_link/lang/ko.lang.php | 1 - modules/editor/components/url_link/tpl/popup.css | 3 ++- modules/editor/components/url_link/tpl/popup.html | 2 +- 18 files changed, 16 insertions(+), 18 deletions(-) diff --git a/modules/editor/components/image_link/lang/ko.lang.php b/modules/editor/components/image_link/lang/ko.lang.php index 107223fa4..14e25d203 100644 --- a/modules/editor/components/image_link/lang/ko.lang.php +++ b/modules/editor/components/image_link/lang/ko.lang.php @@ -5,7 +5,6 @@ * @brief 위지윅에디터(editor) 모듈 > 이미지링크(image_link) 컴포넌트의 언어팩 **/ - $lang->imagelink = "이미지 자료 연결"; $lang->image_url = "이미지 경로"; $lang->image_alt = "설명 입력"; $lang->image_scale = "이미지크기"; diff --git a/modules/editor/components/image_link/tpl/popup.css b/modules/editor/components/image_link/tpl/popup.css index c2fc5eeb7..8c4f10989 100644 --- a/modules/editor/components/image_link/tpl/popup.css +++ b/modules/editor/components/image_link/tpl/popup.css @@ -66,12 +66,13 @@ background-color:#EEEEEE; padding:2px 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/image_link/tpl/popup.html b/modules/editor/components/image_link/tpl/popup.html index 07e9c9b3a..dfd254f34 100644 --- a/modules/editor/components/image_link/tpl/popup.html +++ b/modules/editor/components/image_link/tpl/popup.html @@ -5,7 +5,7 @@
-
{$lang->imagelink}
+
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
{$lang->image_url}
diff --git a/modules/editor/components/multimedia_link/lang/ko.lang.php b/modules/editor/components/multimedia_link/lang/ko.lang.php index 0de445976..6655b451b 100644 --- a/modules/editor/components/multimedia_link/lang/ko.lang.php +++ b/modules/editor/components/multimedia_link/lang/ko.lang.php @@ -5,7 +5,6 @@ * @brief 위지윅에디터(editor) 모듈 > 멀티미디어 링크 (multimedia_link) 컴포넌트의 언어팩 **/ - $lang->multimedia = "멀티미디어 자료 연결"; $lang->multimedia_url = "멀티미디어 경로"; $lang->multimedia_caption = "설명 입력"; $lang->multimedia_width = "가로크기"; diff --git a/modules/editor/components/multimedia_link/tpl/popup.css b/modules/editor/components/multimedia_link/tpl/popup.css index b6609280c..0f06c5a6f 100644 --- a/modules/editor/components/multimedia_link/tpl/popup.css +++ b/modules/editor/components/multimedia_link/tpl/popup.css @@ -60,12 +60,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/multimedia_link/tpl/popup.html b/modules/editor/components/multimedia_link/tpl/popup.html index 180d1dcc4..c904ddf98 100644 --- a/modules/editor/components/multimedia_link/tpl/popup.html +++ b/modules/editor/components/multimedia_link/tpl/popup.html @@ -4,7 +4,7 @@
-
{$lang->multimedia}
+
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
{$lang->multimedia_url}
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} {$lang->about_component}
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 @@
-
{$lang->quotation}
+
{$component_info->title} ver. {$component_info->version} {$lang->about_component}
{$lang->quotation_use_folder}
diff --git a/modules/editor/components/table_maker/lang/ko.lang.php b/modules/editor/components/table_maker/lang/ko.lang.php index b15b6e3d4..31a6628f0 100644 --- a/modules/editor/components/table_maker/lang/ko.lang.php +++ b/modules/editor/components/table_maker/lang/ko.lang.php @@ -5,7 +5,6 @@ * @brief 위지윅에디터(editor) 모듈 > 테이블 생성(table_maker) 컴포넌트의 언어팩 **/ - $lang->table_title = "테이블 관리"; $lang->table_attribute = "테이블 속성 변경"; $lang->cell_attribute = "셀 속성 변경"; diff --git a/modules/editor/components/table_maker/tpl/popup.css b/modules/editor/components/table_maker/tpl/popup.css index abe389189..079eb2f90 100644 --- a/modules/editor/components/table_maker/tpl/popup.css +++ b/modules/editor/components/table_maker/tpl/popup.css @@ -69,7 +69,7 @@ margin-top:4px; background-color:#FFFFFF; border:1px solid #AAAAAA; - height:16px; + height:18px; font-size:8pt; } diff --git a/modules/editor/components/table_maker/tpl/popup.html b/modules/editor/components/table_maker/tpl/popup.html index d36369db6..443259fb7 100644 --- a/modules/editor/components/table_maker/tpl/popup.html +++ b/modules/editor/components/table_maker/tpl/popup.html @@ -5,7 +5,7 @@
-
{$lang->table_title}
+
{$component_info->title} ver. {$component_info->version} {$lang->about_component}