-a lot of code cleanup

This commit is contained in:
martin 2011-01-26 23:32:43 -05:00
parent ac0dd03d82
commit b5a1f0fa81
14 changed files with 122 additions and 173 deletions

View file

@ -12,8 +12,13 @@ class NowplayingController extends Zend_Controller_Action
public function indexAction()
{
$this->view->headScript()->appendFile('/js/datatables/js/jquery.dataTables.min.js','text/javascript');
$this->view->headScript()->appendFile('/js/playlist/nowplayingdatagrid.js','text/javascript');
$this->view->headLink()->appendStylesheet('/css/pro_dropdown_3.css');
$this->view->headLink()->appendStylesheet('/css/styles.css');
//$this->view->headLink()->appendStylesheet('/css/datatables/demo_page.css');
//$this->view->headLink()->appendStylesheet('/css/datatables/demo_table.css');
//$this->view->headLink()->appendStylesheet('/css/datatables/demo_table_jui.css');
//$this->view->headLink()->appendStylesheet('/css/styles.css');
}
public function getDataGridDataAction()

View file

@ -227,19 +227,6 @@ class ScheduleController extends Zend_Controller_Action
}
}
/*
public function viewPlaylistAction()
{
$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');
this->_helper->actionStack('', '');
}
*/
public function getCurrentPlaylistAction()
{
$this->view->entries = Schedule::GetPlayOrderRange();