기존 에디터 스킨과의 호환을 위해 에디터 컴포넌트의 icon.gif를 복원
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4800 201d5d3c-b55e-5fd7-737f-ddc643e51545
BIN
modules/editor/components/cc_license/icon.gif
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
modules/editor/components/colorpicker_bg/icon.gif
Normal file
|
After Width: | Height: | Size: 595 B |
BIN
modules/editor/components/colorpicker_text/icon.gif
Normal file
|
After Width: | Height: | Size: 549 B |
BIN
modules/editor/components/emoticon/icon.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
modules/editor/components/image_gallery/icon.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
modules/editor/components/image_link/icon.gif
Normal file
|
After Width: | Height: | Size: 828 B |
BIN
modules/editor/components/multimedia_link/icon.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
modules/editor/components/naver_map/icon.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
modules/editor/components/poll_maker/icon.gif
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
modules/editor/components/quotation/icon.gif
Normal file
|
After Width: | Height: | Size: 696 B |
BIN
modules/editor/components/table_maker/icon.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
modules/editor/components/url_link/icon.gif
Normal file
|
After Width: | Height: | Size: 1,015 B |
|
|
@ -37,7 +37,6 @@
|
|||
<!--@end-->
|
||||
|
||||
<li><a href="#" onclick="doDocumentPreview(this); return false;"><span>{$lang->cmd_preview}</span></a></li>
|
||||
<li><a href="#editorBox" class="skipToolBox"><span>편집 도구모음 건너뛰기</span></a></li>
|
||||
</ul>
|
||||
|
||||
<!-- 에디터 -->
|
||||
|
|
@ -125,7 +124,7 @@
|
|||
<ul id="editor_component_{$editor_sequence}">
|
||||
<!--@foreach($component_list as $component_name => $component)-->
|
||||
<!--@if(!in_array($component_name,array('colorpicker_bg','colorpicker_text','emoticon','image_gallery','image_link','multimedia_link','quotation','table_maker','url_link')))-->
|
||||
<li><button type="button" id="component_{$editor_sequence}_{$component_name}"><span><img src="../../components/{$component_name}/icon.gif" alt="" /> {$component->title}</span></button></li>
|
||||
<li><button type="button" id="component_{$editor_sequence}_{$component_name}"><span><img src="../../components/{$component_name}/component_icon.gif" alt="" /> {$component->title}</span></button></li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
</ul>
|
||||
|
|
|
|||