changed schedule page to use better dynamic menu that the playlist builder page is using.

This commit is contained in:
Naomi 2011-02-01 17:41:19 -05:00
parent d829813c0b
commit eaad41ef94
7 changed files with 66 additions and 160 deletions

View file

@ -1,8 +1 @@
<div id='schedule_calendar' class="ui-widget-content block-shadow padded"></div>
<ul id="schedule_event_default_menu" class="contextMenu">
<?php echo $this->partialLoop('library/contextMenuPartial.phtml', $this->eventDefaultMenu) ?>
</ul>
<ul id="schedule_event_host_menu" class="contextMenu">
<?php echo $this->partialLoop('library/contextMenuPartial.phtml', $this->eventHostMenu) ?>
</ul>