xpressEditor에서 컴포넌트,html을 모두 쓰지 않을 경우 bar를 보이지 않도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6367 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-23 08:43:35 +00:00
parent 9296c680ac
commit 92cc6ec051
2 changed files with 5 additions and 0 deletions

View file

@ -48,6 +48,7 @@
.xpress-editor.black .input_control span{ border-top:1px solid #333; color:#000;}
.xpress-editor .tool{ position:relative; overflow:visible; padding:5px 10px 6px 10px; *padding:5px 10px 8px 10px; z-index:40; clear:both; background:#f8f8f8 url(../img/bg_tool.gif) repeat-x left bottom; border:0; *zoom:1;}
.xpress-editor .tool.disable { display:none; }
.xpress-editor.black .tool{ background:#111 url(../img/bg_tool.black.gif) repeat-x left bottom; }
.xpress-editor .tool:after{ content:""; display:block; clear:both;}

View file

@ -36,6 +36,7 @@
<div class="xpress-editor {$colorset}">
<div id="smart_content"> <a href="#xe-editor-container-{$editor_sequence}" class="skip">&raquo; {$lang->edit->jumptoedit}</a>
<!--@if($enable_default_component||$enable_component||$html_mode)-->
<!-- 편집 컴포넌트 -->
<div class="tool off">
<!--@if($enable_default_component)-->
@ -460,6 +461,9 @@
<!--@end-->
</div>
<!--@else-->
<div class="tool off disable"></div>
<!--@end-->
<!-- 에디터 출력 -->
<div id="xe-editor-container-{$editor_sequence}" class="input_area xpress_xeditor_editing_area_container">