fix templates

This commit is contained in:
Dennis Eichhorn 2024-04-17 17:45:07 +00:00
parent bab83b8ed6
commit c19de8c5a1

View File

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