mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
업로드 버튼이 IE에서 제대로 안나오는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6579 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9ddb660eb5
commit
f930b24a71
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
<select id="uploaded_file_list_{$editor_sequence}" multiple="multiple" size="5" class="fileList"></select>
|
||||
</div>
|
||||
<div class="fileUploadControl">
|
||||
<span id="swfUploadButton{$editor_sequence}"><span class="button"><button type="button">{$lang->edit->upload_file}</button></span></span>
|
||||
<span id="swfUploadButton{$editor_sequence}" style="display : block; float:left;"><span class="button"><button type="button">{$lang->edit->upload_file}</button></span></span>
|
||||
<a href="#" onclick="removeUploadedFile('{$editor_sequence}');return false;" class="button"><span>{$lang->edit->delete_selected}</span></a>
|
||||
<a href="#" onclick="insertUploadedFile('{$editor_sequence}');return false;" class="button"><span>{$lang->edit->link_file}</span></a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue