changed to better looking theme with newer version of jquery UI. Can create new playlists on the side.
This commit is contained in:
parent
91e0db7647
commit
ccb36c8106
33 changed files with 886 additions and 73 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue