add tooltip to lists; bugfixes for drag and drop
This commit is contained in:
parent
e83f89df63
commit
e501717300
6 changed files with 45 additions and 14 deletions
|
|
@ -139,6 +139,9 @@ pandora.ui.mainMenu = function() {
|
|||
{},
|
||||
{ id: 'users', title: 'Manage Users...' },
|
||||
{ id: 'lists', title: 'Manage Lists...' },
|
||||
{},
|
||||
{ id: 'news', title: 'Manage News...' },
|
||||
{ id: 'tour', title: 'Manage Tour...' }
|
||||
] },
|
||||
{ id: 'helpMenu', title: 'Help', items: [
|
||||
{ id: 'help', title: pandora.site.site.name + ' Help', keyboard: 'shift ?' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue