From 1bbcb0e477c91b60b9b564cf6ae72bfcf76bbf01 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 26 Mar 2007 12:54:34 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@684 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../components/table_maker/lang/ko.lang.php | 4 +-- .../components/table_maker/tpl/popup.css | 6 ++--- .../components/table_maker/tpl/popup.html | 12 +++++++-- .../components/table_maker/tpl/popup.js | 26 +++++++++++++++---- 4 files changed, 36 insertions(+), 12 deletions(-) diff --git a/modules/editor/components/table_maker/lang/ko.lang.php b/modules/editor/components/table_maker/lang/ko.lang.php index 31a6628f0..8de490f10 100644 --- a/modules/editor/components/table_maker/lang/ko.lang.php +++ b/modules/editor/components/table_maker/lang/ko.lang.php @@ -16,8 +16,8 @@ $lang->table_border = "외곽선 굵기"; $lang->table_inner_border = "구분선 굵기"; - $lang->cell_width = "셀 가로크기 "; - $lang->cell_height = "셀 세로 크기 "; + $lang->cell_width = "가로크기 "; + $lang->cell_height = "세로 크기 "; $lang->table_border_color = "외곽선 색"; $lang->table_bg_color = "배경 색"; diff --git a/modules/editor/components/table_maker/tpl/popup.css b/modules/editor/components/table_maker/tpl/popup.css index 079eb2f90..b1a02dd52 100644 --- a/modules/editor/components/table_maker/tpl/popup.css +++ b/modules/editor/components/table_maker/tpl/popup.css @@ -1,5 +1,5 @@ .editor_window { - width:620px; + width:680px; text-align:center; } @@ -27,7 +27,7 @@ } .header { - width:90px; + width:80px; float:left; text-align:right; font-weight:bold; @@ -36,7 +36,7 @@ } .body { - width:80px; + width:120px; float:left; text-align:left; margin:5px 10px 5px 5px; diff --git a/modules/editor/components/table_maker/tpl/popup.html b/modules/editor/components/table_maker/tpl/popup.html index 443259fb7..051097c3d 100644 --- a/modules/editor/components/table_maker/tpl/popup.html +++ b/modules/editor/components/table_maker/tpl/popup.html @@ -24,7 +24,11 @@
{$lang->table_width} :
-
px
+
+ + + +
{$lang->table_cellspacing} :
px
@@ -46,7 +50,11 @@