use new form element syntax
This commit is contained in:
parent
e86d25fd55
commit
f945b91907
6 changed files with 19 additions and 17 deletions
|
|
@ -39,7 +39,7 @@ pandora.ui.folders = function() {
|
|||
{ id: 'editlist', title: 'Edit Selected List...', disabled: !pandora.user.ui._list },
|
||||
{ id: 'deletelist', title: 'Delete Selected List...', disabled: !pandora.user.ui._list }
|
||||
],
|
||||
title: 'set',
|
||||
title: 'edit',
|
||||
tooltip: 'Manage Personal Lists',
|
||||
type: 'image'
|
||||
})
|
||||
|
|
@ -190,7 +190,7 @@ pandora.ui.folders = function() {
|
|||
{},
|
||||
{ id: 'import', title: 'Import Movies...', disabled: true }
|
||||
],
|
||||
title: 'set',
|
||||
title: 'edit',
|
||||
tooltip: 'Manage Volumes',
|
||||
type: 'image'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue