-basic now-playing toolbar. Some data still needs to be populated.
This commit is contained in:
parent
7a11f2aa41
commit
7450195854
5 changed files with 158 additions and 163 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue