레이아웃 미리보기 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5900 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-18 06:36:14 +00:00
parent e2889162ff
commit f9d24c1bbc
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
@import url("./pagination.css");
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */
#xeAdmin {background-color:#fff; }
#xeAdmin {/* background-color:#fff; */}
#xeAdmin .open{ display:block !important;}
#xeAdmin h1.xeAdmin { float:left; white-space:nowrap; margin:0;padding:0;}
#xeAdmin caption{ text-align:left;}

View file

@ -181,6 +181,7 @@
$layout_file = 'layout';
$layout_tpl = $oTemplate->compile($layout_path, $layout_file, $edited_layout_file);
Context::set('layout','none');
// 위젯등을 변환
$oContext = &Context::getInstance();
@ -189,8 +190,8 @@
// 임시 파일 삭제
FileHandler::removeFile($edited_layout_file);
$this->setTemplateFile('layout_preview');
}
/**