-basic now-playing toolbar. Some data still needs to be populated.

This commit is contained in:
mkonecny 2011-01-19 18:32:20 -05:00
parent 7a11f2aa41
commit 7450195854
5 changed files with 158 additions and 163 deletions

View file

@ -193,7 +193,10 @@ class ScheduleController extends Zend_Controller_Action
public function viewPlaylistAction()
{
//TODO: insert code for datagrid
$this->view->headScript()->appendFile('/js/playlist/playlist.js','text/javascript');
$this->view->headScript()->appendFile('/js/progressbar/jquery.progressbar.min.js','text/javascript');
$this->_helper->viewRenderer->setResponseSegment('nowplaying');
}
public function getCurrentPlaylistAction()