2017-05-13 10 views

답변

0

"jquery.ui.plupload.js"파일을 수정하여 헤더를 사용자 정의 할 수 있습니다. 이 파일은 "js/jquery.ui.plupload"폴더 아래에 있습니다.

js 파일에서 다음 줄 (줄 # 216, 217)을 수정해야합니다.

'<div class="plupload_header_title">' + _("Select files") + '</div>' + 
'<div class="plupload_header_text">' + _("Add files to the upload queue and click the start button.") + '</div>' + 

는 또한 헤더의 + 아이콘을 제거하기 위해 CSS 파일 (JS/jquery.ui.plupload/CSS/jquery.ui.plupload.css)을 수정할 수 있습니다.

도움이 되었기를 바랍니다.