CC-3444: Ability to edit currently playing show (end time and permissions)

- done
This commit is contained in:
James 2012-03-30 15:11:24 -04:00
parent 5242ac45a9
commit 286c240012
10 changed files with 140 additions and 26 deletions

View file

@ -1,7 +1,5 @@
<?php if($this->isAdmin || $this->isProgramManager) : ?>
<form id="add-show-form" method="post" action="" style="display:none;">
<?php echo $this->render('schedule/add-show-form.phtml') ?>
</form>
<?php endif; ?>
<form id="add-show-form" method="post" action="" style="display:none;">
<?php echo $this->render('schedule/add-show-form.phtml') ?>
</form>
<div id='schedule_calendar' class="ui-widget-content block-shadow padded omega-block"></div>