will display in the UI what is scheduled in a show when you add things.
This commit is contained in:
parent
4d8f28f3fd
commit
ad869e0f7f
5 changed files with 37 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue