first version of new upload interface
This commit is contained in:
parent
8feed54bf9
commit
6c013ebc92
20 changed files with 966 additions and 102 deletions
|
|
@ -518,7 +518,9 @@ pandora.ui.mediaView = function(options) {
|
|||
id: pandora.user.ui.item,
|
||||
keys: ['id', 'title']
|
||||
},function(result) {
|
||||
pandora.ui.deleteItemDialog(result.data).open();
|
||||
pandora.$ui.deleteItemsDialog = pandora.ui.deleteItemsDialog({
|
||||
items: [result.data]
|
||||
}).open();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue