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 @@