CC-4735: Library: Edit metadata selection should be a popup instead of going to a new page
-removed redundant 'Ok' button
This commit is contained in:
parent
adb966a734
commit
402950211a
|
@ -949,18 +949,9 @@ function buildEditMetadataDialog (json){
|
|||
autoOpen: false,
|
||||
title: $.i18n._("Edit Metadata"),
|
||||
width: 460,
|
||||
height: 700,
|
||||
height: 660,
|
||||
modal: true,
|
||||
close: closeDialog,
|
||||
buttons: [
|
||||
{
|
||||
text: $.i18n._("Ok"),
|
||||
"class": "btn",
|
||||
click: function() {
|
||||
dialog.remove();
|
||||
}
|
||||
}
|
||||
]
|
||||
close: closeDialog
|
||||
});
|
||||
|
||||
dialog.dialog('open');
|
||||
|
@ -1278,3 +1269,4 @@ $(document).ready(function() {
|
|||
$("#edit-md-dialog").dialog().remove();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue