putting in context menu for shows, simple delete.
This commit is contained in:
parent
71735b683d
commit
4e2c791bd3
7 changed files with 72 additions and 3 deletions
|
@ -1,2 +1,6 @@
|
|||
<div><span id='schedule_add_show'>Add Show</span></div>
|
||||
<div id='schedule_calendar'></div>
|
||||
|
||||
<ul id="schedule_event_menu" class="contextMenu">
|
||||
<?php echo $this->partialLoop('library/contextMenuPartial.phtml', $this->eventMenu) ?>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue