* refactor code.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
.tree .closed, .tree .closed a{color:#003366; text-decoration:none;}
|
||||
.confirm0 {color:gray; font-size:9px}
|
||||
.confirm1 {color:green; font-size:9px}
|
||||
.red{color:red;}
|
||||
|
||||
#createActionMenu .dropdown-menu {width:100%;}
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
.contentDiv { height:190px; overflow-y:auto; margin-bottom: 10px!important}
|
||||
.contentDiv .panel-heading {line-height: 14px;}
|
||||
.red {color:red}
|
||||
.green {color:green}
|
||||
input[type=checkbox].ml-10px{margin-left:10px;}
|
||||
.pdl-8px{padding-left:8px;}
|
||||
|
||||
@@ -18,7 +18,7 @@ $lang->file->edit = 'Rename';
|
||||
$lang->file->inputFileName = 'Enter a File Name';
|
||||
$lang->file->delete = 'Delete File';
|
||||
$lang->file->label = 'Label:';
|
||||
$lang->file->maxUploadSize = "<span class='red'>%s</span>";
|
||||
$lang->file->maxUploadSize = "<span class='text-red'>%s</span>";
|
||||
$lang->file->applyTemplate = "Apply a Template";
|
||||
$lang->file->tplTitle = "Template Name";
|
||||
$lang->file->setPublic = "Set Public Template";
|
||||
@@ -40,8 +40,8 @@ $lang->file->downloads = 'Downloads';
|
||||
$lang->file->extra = 'Extra';
|
||||
|
||||
$lang->file->dragFile = 'Please drag here.';
|
||||
$lang->file->errorNotExists = "<span class='red'>'%s' is not found.</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='red'>'%s' is not writable. Please change its permission. Enter sudo chmod -R 777 '%s'</span> in Linux.";
|
||||
$lang->file->errorNotExists = "<span class='text-red'>'%s' is not found.</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>'%s' is not writable. Please change its permission. Enter sudo chmod -R 777 '%s'</span> in Linux.";
|
||||
$lang->file->confirmDelete = " Do you want to delete it?";
|
||||
$lang->file->errorFileSize = " File size exceeds the limit. It cannot be uploaded!";
|
||||
$lang->file->errorFileUpload = " Uploading failed. File size might exceeds the limit.";
|
||||
|
||||
@@ -40,8 +40,8 @@ $lang->file->downloads = '下载次数';
|
||||
$lang->file->extra = '备注';
|
||||
|
||||
$lang->file->dragFile = '请拖拽文件到此处';
|
||||
$lang->file->errorNotExists = "<span class='red'>文件夹 '%s' 不存在</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='red'>文件夹 '%s' 不可写,请改变文件夹的权限。在linux中输入指令:sudo chmod -R 777 %s</span>";
|
||||
$lang->file->errorNotExists = "<span class='text-red'>文件夹 '%s' 不存在</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>文件夹 '%s' 不可写,请改变文件夹的权限。在linux中输入指令:sudo chmod -R 777 %s</span>";
|
||||
$lang->file->confirmDelete = " 您确定删除该附件吗?";
|
||||
$lang->file->errorFileSize = " 文件大小已经超过%s,可能不能成功上传!";
|
||||
$lang->file->errorFileUpload = " 文件上传失败,文件大小可能超出限制";
|
||||
|
||||
@@ -40,8 +40,8 @@ $lang->file->downloads = '下載次數';
|
||||
$lang->file->extra = '備註';
|
||||
|
||||
$lang->file->dragFile = '請拖拽檔案到此處';
|
||||
$lang->file->errorNotExists = "<span class='red'>檔案夾 '%s' 不存在</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='red'>檔案夾 '%s' 不可寫,請改變檔案夾的權限。在linux中輸入指令:sudo chmod -R 777 %s</span>";
|
||||
$lang->file->errorNotExists = "<span class='text-red'>檔案夾 '%s' 不存在</span>";
|
||||
$lang->file->errorCanNotWrite = "<span class='text-red'>檔案夾 '%s' 不可寫,請改變檔案夾的權限。在linux中輸入指令:sudo chmod -R 777 %s</span>";
|
||||
$lang->file->confirmDelete = " 您確定刪除該附件嗎?";
|
||||
$lang->file->errorFileSize = " 檔案大小已經超過%s,可能不能成功上傳!";
|
||||
$lang->file->errorFileUpload = " 檔案上傳失敗,檔案大小可能超出限制";
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
.contentDiv { height:190px; overflow-y:auto; margin-bottom: 10px!important}
|
||||
.contentDiv .panel-heading {line-height: 14px;}
|
||||
.red {color:red}
|
||||
.green {color:green}
|
||||
input[type=checkbox].ml-10px{margin-left:7px;}
|
||||
.pdl-8px{padding-left:8px;}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user