-renamed some files to better represent their function

This commit is contained in:
mkonecny 2010-12-30 12:02:02 -05:00
parent 4ac347cb65
commit 1c95a61a2c
3 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ $pages = array(
'label' => 'Now Playing',
'module' => 'default',
'controller' => 'Schedule',
'action' => 'get-scheduler-time'
'action' => 'view-playlist'
),
array(
'label' => 'Schedule',

View File

@ -175,7 +175,7 @@ class ScheduleController extends Zend_Controller_Action
}
}
public function getSchedulerTimeAction()
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');