xpresseditor 사용하지 않는 부분 지움, 에디터 컴포넌트 선택하면 컴포넌트 선택하는 레이어 닫히게 수정.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6841 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-10-11 02:53:53 +00:00
parent abd6c49261
commit 9303226639
2 changed files with 19 additions and 9 deletions

View file

@ -29,7 +29,6 @@
<!-- 자동저장용 폼 -->
<!--@if($enable_autosave)-->
<input type="hidden" name="_saved_doc_srl" value="{$saved_doc->document_srl}" />
<input type="hidden" name="_saved_doc_title" value="{htmlspecialchars($saved_doc->title)}" />
<input type="hidden" name="_saved_doc_content" value="{htmlspecialchars($saved_doc->content)}" />
<input type="hidden" name="_saved_doc_message" value="{$lang->msg_load_saved_doc}" />