mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
#1086 본문 삽입 시 이미지 외 파일 추가 지원 및 미리보기 등 문제 수정
This commit is contained in:
parent
d72a4d07a4
commit
b04e8c5955
2 changed files with 17 additions and 10 deletions
|
|
@ -44,7 +44,7 @@
|
|||
<!-- END:PROGRESS -->
|
||||
<div class="xe-fileupload-controll">
|
||||
<span class="btn fileinput-button">
|
||||
<span>파일첨부</span>
|
||||
<span>{$lang->edit->upload_file}</span>
|
||||
<input id="xe-fileupload" type="file" class="fileupload-processing" name="Filedata" data-auto-upload="true" data-editor-sequence="{$editor_sequence}" multiple />
|
||||
</span>
|
||||
<button type="button" class="btn xe-act-delete-selected">{$lang->edit->delete_selected}</button>
|
||||
|
|
@ -100,8 +100,8 @@
|
|||
<!--@if($allow_fileupload)-->
|
||||
$(function () {/**/
|
||||
var setting = {
|
||||
maxFileSize: {$file_config->allowed_filesize || 'null'},
|
||||
limitMultiFileUploadSize: {$file_config->allowed_filesize || 'null'},
|
||||
maxFileSize: {$file_config->allowed_filesize},
|
||||
limitMultiFileUploadSize: {$file_config->allowed_filesize}
|
||||
};
|
||||
var uploader = $('#xe-uploader-container-{$editor_sequence}').xeUploader(setting);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue