mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 07:00:53 +00:00
copy & move to notebook
This commit is contained in:
@@ -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) {
|
||||
|
@@ -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",
|
||||
|
@@ -91,8 +91,8 @@
|
||||
"Logout": "注销",
|
||||
"minLength": "长度至少为%s",
|
||||
"Move": "移动",
|
||||
"doubleClick": "请“双击”期望的文件夹!",
|
||||
"selectNotebook": "选择文件夹",
|
||||
"doubleClick": "请“双击”期望的笔记本",
|
||||
"selectNotebook": "选择笔记本",
|
||||
"myBlog": "我的博客",
|
||||
"myNote": "我的笔记",
|
||||
"myNotebook": "我的笔记本",
|
||||
|
@@ -91,8 +91,8 @@
|
||||
"Logout": "登出",
|
||||
"minLength": "長度至少為%s",
|
||||
"Move": "移動",
|
||||
"doubleClick": "請“雙擊”期望的文件夾!",
|
||||
"selectNotebook": "選擇文件夾",
|
||||
"doubleClick": "請“雙擊”期望的記事本",
|
||||
"selectNotebook": "選擇記事本",
|
||||
"myBlog": "我的部落格",
|
||||
"myNote": "我的筆記",
|
||||
"myNotebook": "我的記事本",
|
||||
|
@@ -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;
|
||||
|
@@ -778,6 +778,11 @@ background-position:-1px -670px
|
||||
border-top: 1px dashed #eee;
|
||||
}
|
||||
|
||||
#notebookTree {
|
||||
border: 1px solid #eee;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
// @import "mobile.less";
|
||||
|
||||
//----------------------
|
||||
|
Reference in New Issue
Block a user