will display in the UI what is scheduled in a show when you add things.

This commit is contained in:
naomiaro 2011-01-12 19:40:05 -05:00
parent 4d8f28f3fd
commit ad869e0f7f
5 changed files with 37 additions and 11 deletions

View file

@ -156,6 +156,9 @@ class ScheduleController extends Zend_Controller_Action
$show->scheduleShow($start, array($plId));
$this->view->showContent = $show->getShowContent($start);
$this->view->chosen = $this->view->render('schedule/scheduled-content.phtml');
unset($this->view->showContent);
}
else {