sintonia/airtime_mvc/application/views/scripts/schedule/index.phtml
james ad3ef3ec30 CC-2255: Separate user types admin and program manager
- New user type 'Program Manager' added
- 'Program Manager' gets same previlage as Admin but doesn't
have access to Configure menu
- Changed user type name 'Host' to 'DJ'
2011-06-07 14:31:39 -04:00

7 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>