diff --git a/modules/editor/components/image_link/lang/ko.lang.php b/modules/editor/components/image_link/lang/ko.lang.php new file mode 100644 index 000000000..3c7b0688c --- /dev/null +++ b/modules/editor/components/image_link/lang/ko.lang.php @@ -0,0 +1,14 @@ + + * @brief 위지윅에디터(editor) 모듈 > 이미지링크(image_link) 컴포넌트의 언어팩 + **/ + + $lang->image_url = "이미지 경로"; + $lang->image_align = "정렬"; + $lang->image_align_normal = "한 문단을 차지"; + $lang->image_align_left = "글의 왼쪽으로"; + $lang->image_align_middle = "가운데"; + $lang->image_align_right = "글의 우측으로"; +?> diff --git a/modules/editor/components/image_link/tpl/images/align_left.gif b/modules/editor/components/image_link/tpl/images/align_left.gif new file mode 100644 index 000000000..f16697d91 Binary files /dev/null and b/modules/editor/components/image_link/tpl/images/align_left.gif differ diff --git a/modules/editor/components/image_link/tpl/images/align_middle.gif b/modules/editor/components/image_link/tpl/images/align_middle.gif new file mode 100644 index 000000000..5e9a00d35 Binary files /dev/null and b/modules/editor/components/image_link/tpl/images/align_middle.gif differ diff --git a/modules/editor/components/image_link/tpl/images/align_normal.gif b/modules/editor/components/image_link/tpl/images/align_normal.gif new file mode 100644 index 000000000..f16697d91 Binary files /dev/null and b/modules/editor/components/image_link/tpl/images/align_normal.gif differ diff --git a/modules/editor/components/image_link/tpl/images/align_right.gif b/modules/editor/components/image_link/tpl/images/align_right.gif new file mode 100644 index 000000000..0ac97aa0b Binary files /dev/null and b/modules/editor/components/image_link/tpl/images/align_right.gif differ diff --git a/modules/editor/components/image_link/tpl/popup.css b/modules/editor/components/image_link/tpl/popup.css index b94734a2a..e16eb20e9 100644 --- a/modules/editor/components/image_link/tpl/popup.css +++ b/modules/editor/components/image_link/tpl/popup.css @@ -1,9 +1,46 @@ -#emoticon_area { - width:230px; - padding:10px 0px 10px 0px; +.editor_window { + width:400px; text-align:center; } -#emoticon_area img { - margin:2px; +.header { + float:left; + width:100px; + clear:left; + text-align:left; + font-weight:bold; + margin:5px; +} + +.body { + float:left; + width:250px; + text-align:left; + margin:5px; + font-size:9pt; +} + +.body label { + cursor:pointer; +} + +.image_align { + margin:0px 0px 5px 0px; +} + +.image_url { + width:240px; + border:1px solid #AAAAAA; +} + +.editor_button_area { + clear:both; + text-align:center; + margin:5px; +} + +.editor_button { + margin-top:4px; + background-color:#FFFFFF; + border:1px solid #AAAAAA; } diff --git a/modules/editor/components/image_link/tpl/popup.html b/modules/editor/components/image_link/tpl/popup.html index 657cd1eab..732d059d4 100644 --- a/modules/editor/components/image_link/tpl/popup.html +++ b/modules/editor/components/image_link/tpl/popup.html @@ -1,56 +1,45 @@ - - -
- -