copy & move to notebook

This commit is contained in:
life
2016-05-22 23:02:53 +08:00
parent c6865abb40
commit af499c9dfa
6 changed files with 17 additions and 8 deletions

View File

@@ -2326,9 +2326,9 @@ Note.initContextmenu = function() {
function dialogOperateNotes(options) {
$("#leanoteDialog #modalTitle").html(getMsg("selectNotebook"));
$("#leanoteDialog .modal-body").html('<p><font color="red">'+getMsg("doubleClick")+'</font></p><ul id="notebookTree" class="ztree showIcon"></ul>');
$("#leanoteDialog .modal-body").html('<p><strong>'+getMsg("doubleClick")+'</strong></p><ul id="notebookTree" class="ztree showIcon"></ul>');
$("#leanoteDialog .modal-footer").html('\
<button type="button" class="btn btn-default" data-dismiss="modal">'+getMsg("Colse")+'</button>\
<button type="button" class="btn btn-default" data-dismiss="modal">'+getMsg("Close")+'</button>\
');
var callback;
if ('move' == options.func) {

View File

@@ -96,8 +96,8 @@
"moto2": "Knowledge, Sharing, Cooperation, Blog... all in leanote",
"moto3": "Brief But Not Simple",
"move": "Move to",
"doubleClick": "Please 'double-click' the desired folder!",
"selectNotebook": "Select Folder",
"doubleClick": "Please 'double-click' the target notebook",
"selectNotebook": "Select Notebook",
"myBlog": "Blog",
"myNote": "My note",
"myNotebook": "My notebook",

View File

@@ -91,8 +91,8 @@
"Logout": "注销",
"minLength": "长度至少为%s",
"Move": "移动",
"doubleClick": "请“双击”期望的文件夹!",
"selectNotebook": "选择文件夹",
"doubleClick": "请“双击”期望的笔记本",
"selectNotebook": "选择笔记本",
"myBlog": "我的博客",
"myNote": "我的笔记",
"myNotebook": "我的笔记本",

View File

@@ -91,8 +91,8 @@
"Logout": "登出",
"minLength": "長度至少為%s",
"Move": "移動",
"doubleClick": "請“雙擊”期望的文件夾!",
"selectNotebook": "選擇文件夾",
"doubleClick": "請“雙擊”期望的記事本",
"selectNotebook": "選擇記事本",
"myBlog": "我的部落格",
"myNote": "我的筆記",
"myNotebook": "我的記事本",

View File

@@ -2809,6 +2809,10 @@ background-position:-1px -670px
#notebookList {
border-top: 1px dashed #eee;
}
#notebookTree {
border: 1px solid #eee;
border-radius: 5px;
}
body {
border: none;
border-shadow: none;

View File

@@ -778,6 +778,11 @@ background-position:-1px -670px
border-top: 1px dashed #eee;
}
#notebookTree {
border: 1px solid #eee;
border-radius: 5px;
}
// @import "mobile.less";
//----------------------