CC-3590: Calendar GUI->DJ user should not be able to invoke "Add Show" window
- fixed
This commit is contained in:
parent
6785a373a1
commit
b32e463350
3 changed files with 65 additions and 55 deletions
|
@ -1,5 +1,7 @@
|
|||
<form id="add-show-form" method="post" action="" style="display:none;">
|
||||
<?php echo $this->render('schedule/add-show-form.phtml') ?>
|
||||
<?php if($this->preloadShowForm){
|
||||
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