changed to better looking theme with newer version of jquery UI. Can create new playlists on the side.

This commit is contained in:
naomiaro 2011-01-16 17:12:02 -05:00
parent 91e0db7647
commit ccb36c8106
33 changed files with 886 additions and 73 deletions

View file

@ -84,9 +84,6 @@ class LibraryController extends Zend_Controller_Action
'title' => 'Close');
}
$menu[] = array('action' => array('type' => 'gourl', 'url' => '/Playlist/metadata'.$params),
'title' => 'Description');
$menu[] = array('action' => array('type' => 'ajax', 'url' => '/Playlist/delete'.$params, 'callback' => 'window["deletePlaylist"]'),
'title' => 'Delete');