diff --git a/common/js/common.js b/common/js/common.js
index 1479154f3..cd07553a2 100644
--- a/common/js/common.js
+++ b/common/js/common.js
@@ -239,6 +239,16 @@ function svc_folder_close(id) {
* popup_layout 에서 window.onload 시 자동 요청됨.
**/
function setFixedPopupSize() {
+
+ if(xGetElementById('popBody')) {
+ if(xHeight('popBody')>600) {
+ xGetElementById('popBody').style.overflowY = 'scroll';
+ xGetElementById('popBody').style.overflowX = 'hidden';
+ xHeight('popBody', 600);
+ }
+
+ }
+
var w = xWidth("popup_content");
var h = xHeight("popup_content");
diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html
index a9659bde1..86508131a 100644
--- a/common/tpl/common_layout.html
+++ b/common/tpl/common_layout.html
@@ -17,7 +17,7 @@
-
+
-
-
-
+
+
+
diff --git a/modules/editor/components/image_link/tpl/popup.css b/modules/editor/components/image_link/tpl/popup.css
index 8f7f62812..6814e5634 100644
--- a/modules/editor/components/image_link/tpl/popup.css
+++ b/modules/editor/components/image_link/tpl/popup.css
@@ -1,79 +1,7 @@
@charset "utf-8";
-.editor_window {
- width:500px;
- text-align:center;
-}
-
-.editor_title {
- font-size:10pt;
- font-weight:bold;
- clear:both;
- height:20px;
- background-color:#555555;
- color:#EFEFEF;
- vertical-align:middle;
- padding-top:5px;
- border-bottom:1px solid #000000;
- text-align:center;
-}
-
-.header {
- float:left;
- width:100px;
- clear:left;
- text-align:left;
- font-weight:bold;
- margin:5px;
- font-size:9pt;
-}
-
-.body {
- float:left;
- width:350px;
- text-align:left;
- margin:5px;
- font-size:9pt;
- font-size:9pt;
-}
-
-.body label {
- cursor:pointer;
- font-size:9pt;
-}
.image_align {
margin:0px 0px 5px 0px;
float:left;
- width:150px;
-}
-
-.image_url {
- width:350px;
- height:13px;
- font-size:9pt;
- border:1px solid #AAAAAA;
-}
-
-.editor_input {
- width:40px;
- height:13px;
- font-size:9pt;
- border:1px solid #AAAAAA;
-}
-
-.editor_button_area {
- border-top:1px solid #AAAAAA;
- text-align:center;
- 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:18px;
- font-size:9pt;
+ width:200px;
}
diff --git a/modules/editor/components/image_link/tpl/popup.html b/modules/editor/components/image_link/tpl/popup.html
index 1a5e630f9..423a4bb4f 100644
--- a/modules/editor/components/image_link/tpl/popup.html
+++ b/modules/editor/components/image_link/tpl/popup.html
@@ -2,66 +2,83 @@
+
+
{$component_info->title} ver. {$component_info->version}
+
+