Update button layout in rename dialog

Safia Abdalla 11 years ago
parent 9f29fabea8
commit de68f23215

@ -83,7 +83,8 @@ define([
notebook: options.notebook,
keyboard_manager: this.keyboard_manager,
buttons : {
"OK": {
"Cancel": {},
"Rename": {
class: "btn-primary",
click: function () {
var new_name = d.find('input').val();
@ -108,9 +109,8 @@ define([
return false;
}
}
},
"Cancel": {}
},
}
},
open : function () {
/**
* Upon ENTER, click the OK button.

Loading…
Cancel
Save