Updated Move Dialog's buttons per #744 for #742.

Changes "OK" -> "Move" and sets "Cancel" as default button.
pull/1087/head
Nathan Daly 10 years ago
parent f19d68a331
commit fe478a0ff3

@ -814,9 +814,10 @@ define([
var d = dialog.modal({
title : "Move "+ item_type,
body : dialog_body,
default_button: "Cancel",
buttons : {
Cancel : {},
OK : {
Move : {
class: "btn-primary",
click: function() {
// Construct the new path using the user input and its name.

Loading…
Cancel
Save