아이콘과 설명사이를 띄움

This commit is contained in:
YJSoft 2015-03-28 14:16:27 +09:00
parent f2ab238504
commit 2aa39570ae

View file

@ -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" width="16" height="16" alt="" onError="this.onerror=null;this.src='./common/img/blank.gif';" />&nbsp;{$component->title}</a></li>
<li><a href="#" onclick="return false;" id="component_{$editor_sequence}_{$component_name}"><img src="../../components/{$component_name}/component_icon.gif" style="width:16px !important;height:16px !important;padding-right:5px;" alt="" onError="this.onerror=null;this.src='./common/img/blank.gif';" />{$component->title}</a></li>
<!--@end-->
</ul>
</div>