mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-10 14:48:44 +00:00
fix templates
This commit is contained in:
parent
bab83b8ed6
commit
c19de8c5a1
|
|
@ -14,7 +14,8 @@ declare(strict_types=1);
|
|||
|
||||
?>
|
||||
<div id="calendar-dashboard" class="col-xs-12 col-md-6" draggable="true">
|
||||
<div class="portlet">
|
||||
<div class="portlet-head"><?= $this->getHtml('Calendar', 'Calendar'); ?></div>
|
||||
<?= $this->getData('calendar')->render($this->getData('cal')); ?>
|
||||
<section class="portlet">
|
||||
<div class="portlet-head"><?= $this->getHtml('Calendar', 'Calendar'); ?></div>
|
||||
<?= $this->getData('calendar')->render($this->getData('cal')); ?>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user