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) {