mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +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) {
|
||||
|
Reference in New Issue
Block a user