mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
아이콘이 없을 때 빈 이미지 출력, 아이콘과 설명과 거리 띄움, 아이콘 크기 조절
This commit is contained in:
parent
446d752fdd
commit
f2ab238504
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@
|
|||
<div class="layer extension2 xpress_xeditor_extension_layer" id="editorExtension_{$editor_sequence}">
|
||||
<ul id="editor_component_{$editor_sequence}" class="editorComponent">
|
||||
<!--@foreach($component_list as $component_name => $component)-->
|
||||
<li><a href="#" onclick="return false;" id="component_{$editor_sequence}_{$component_name}"><img src="../../components/{$component_name}/component_icon.gif" alt="" />{$component->title}</a></li>
|
||||
<li><a href="#" onclick="return false;" id="component_{$editor_sequence}_{$component_name}"><img src="../../components/{$component_name}/component_icon.gif" width="16" height="16" alt="" onError="this.onerror=null;this.src='./common/img/blank.gif';" /> {$component->title}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue