mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
Improve file upload dialog #800
- 파일 첨부 버튼을 "사진 및 파일 첨부"로 변경 #800 - 파일 첨부 상자를 CKEditor 기본 스킨과 같은 색으로 변경 - 파일 첨부 상자의 border-radius를 제거하여 CKEditor와 통일성 유지
This commit is contained in:
parent
6a9c82284d
commit
280c94c9bd
6 changed files with 9 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<!--// dropzone -->
|
||||
<div class="xefu-dropzone">
|
||||
<span class="xefu-btn fileinput-button xefu-act-selectfile">
|
||||
<span><i class="xi-icon xi-file-add"></i> {$lang->edit->upload_file}</span>
|
||||
<span><i class="xi-icon xi-file-upload"></i> {$lang->edit->upload_file}</span>
|
||||
<input id="xe-fileupload" type="file" class="fileupload-processing " value="{$lang->edit->upload_file}" name="Filedata" data-auto-upload="true" data-editor-sequence="{$editor_sequence}" multiple />
|
||||
</span>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
$lang->ckeditor_about_file_drop_area = 'Drag and drop your files here, or Click attach files button.';
|
||||
$lang->ckeditor_about_file_drop_area = 'Drop your files here, or click the button to the left.';
|
||||
$lang->ckeditor_file_uploading = 'Uploading...';
|
||||
$lang->ckeditor_file_count = '<span class="file_count">0</span> file(s) attached';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php
|
||||
$lang->ckeditor_about_file_drop_area = '여기에 파일을 끌어 놓거나 파일 첨부 버튼을 클릭하세요.';
|
||||
$lang->ckeditor_file_uploading = '파일 업로드 중...';
|
||||
$lang->ckeditor_about_file_drop_area = '여기에 파일을 끌어 놓거나 왼쪽의 버튼을 클릭하세요.';
|
||||
$lang->ckeditor_file_uploading = '업로드 중...';
|
||||
$lang->ckeditor_file_count = '<span class="file_count">0</span>개 첨부 됨';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue