CC-3444: Ability to edit currently playing show (end time and permissions)
- done
This commit is contained in:
parent
5242ac45a9
commit
286c240012
10 changed files with 140 additions and 26 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue