mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-11 15:18:44 +00:00
crash backup
This commit is contained in:
parent
52e488f257
commit
997033fb1a
|
|
@ -116,4 +116,4 @@ $calendar = $this->data['calendar'];
|
|||
<menuitem label="Delete"></menuitem>
|
||||
</menu>
|
||||
|
||||
<?= $this->getData('calendarEventPopup')->render('iCalendarEvent'); ?>
|
||||
<?= $this->data['calendarEventPopup']->render('iCalendarEvent'); ?>
|
||||
|
|
@ -16,6 +16,6 @@ declare(strict_types=1);
|
|||
<div id="calendar-dashboard" class="col-xs-12 col-md-6" draggable="true">
|
||||
<section class="portlet">
|
||||
<div class="portlet-head"><?= $this->getHtml('Calendar', 'Calendar'); ?></div>
|
||||
<?= $this->getData('calendar')->render($this->getData('cal')); ?>
|
||||
<?= $this->data['calendar']->render($this->data['cal']); ?>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user