From b01b3ad2f601df220d0207f9bf5a31e8ee008c0d Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 7 Aug 2007 07:47:15 +0000 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=94=94=ED=84=B0=20>=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=EB=A7=81=ED=81=AC=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=84=8C=ED=8A=B8=EC=9D=98=20align=EC=86=8D=EC=84=B1=20?= =?UTF-8?q?=EB=AC=B4=EC=8B=9C=EB=90=98=EB=8D=98=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2235 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/image_link/tpl/popup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/editor/components/image_link/tpl/popup.js b/modules/editor/components/image_link/tpl/popup.js index 2661942a8..2e815a32b 100644 --- a/modules/editor/components/image_link/tpl/popup.js +++ b/modules/editor/components/image_link/tpl/popup.js @@ -99,6 +99,7 @@ function insertImage(obj) { if(height) text+= " height=\""+height+"\" "; if(link_url) text+= " link_url=\""+link_url+"\" "; if(open_window=='Y') text+= " open_window=\"Y\" "; + if(align) text+= " align=\""+align+"\" "; text+= " />"; opener.editorFocus(opener.editorPrevSrl);