Remove meaningless button on emoticon component

이모티콘 에디터 컴포넌트에서 복붙의 흔적으로 보이는 삽입 버튼 삭제.
This commit is contained in:
Min-Soo Kim 2018-08-19 19:17:01 +09:00 committed by GitHub
parent 85219dc027
commit 4a8133417c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@
<div id="emoticons" style="min-height:1px"></div>
<div class="x_clearfix btnArea">
<div class="x_pull-right">
<button type="button" class="x_btn x_btn-primary" onclick="insertSlideShow()">{$lang->cmd_insert}</button>
<a class="x_btn" href="{getUrl('','module','editor','act','dispEditorComponentInfo','component_name',$component_info->component_name)}" target="_blank" onclick="window.open(this.href,'ComponentInfo','width=10,height=10');return false;">{$lang->about_component}</a>
<a class="x_btn" href="{getUrl('','module','editor','act','dispEditorComponentInfo','component_name',$component_info->component_name)}" target="_blank" onclick="window.open(this.href,'ComponentInfo','width=10,height=10');return false;">{lang('editor.about_component')}</a>
</div>
</div>
</div>