sintonia/airtime_mvc/application/views/scripts/schedule/index.phtml

8 lines
319 B
PHTML

<?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; ?>
<div id='schedule_calendar' class="ui-widget-content block-shadow padded omega-block"></div>