mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
기존 에디터 스킨과의 호환을 위해 에디터 컴포넌트의 icon.gif를 복원
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4800 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d9d2d94de9
commit
593442dee9
13 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue