add tooltip to lists; bugfixes for drag and drop

This commit is contained in:
rlx 2011-08-28 19:50:38 +00:00
commit e501717300
6 changed files with 45 additions and 14 deletions

View file

@ -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 ?' }