CC-3174 : show builder

can add playlists to the time line
upgraded datatables to 1.9
upgraded qtip2 to a newer version
put qtips on type column on lib table.
This commit is contained in:
Naomi Aro 2012-02-02 23:15:39 +01:00
parent 60ac01dd41
commit 6da4397a96
245 changed files with 14530 additions and 30519 deletions

View file

@ -268,12 +268,12 @@ class LibraryController extends Zend_Controller_Action
$id = $this->_getParam('id');
$type = $this->_getParam('type');
if($type == "au") {
if($type == "audioclip") {
$file = Application_Model_StoredFile::Recall($id);
$this->view->type = $type;
$this->view->md = $file->getMetadata();
}
else if($type == "pl") {
else if($type == "playlist") {
$file = Application_Model_Playlist::Recall($id);
$this->view->type = $type;
$this->view->md = $file->getAllPLMetaData();