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:
denise 2012-12-05 13:23:58 -05:00
parent adb966a734
commit 402950211a
1 changed files with 3 additions and 11 deletions

View File

@ -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();
});
});