Fix tables

This commit is contained in:
Dennis Eichhorn 2017-11-08 21:01:09 +01:00
parent 915ba5fff0
commit f487155a84
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
] ]
} }
]'> ]'>
<div class="box wf-100"> <section class="box wf-100">
<ul class="weekdays green"> <ul class="weekdays green">
<li><?= $this->getHtml('Sunday', 'Calendar'); ?> <li><?= $this->getHtml('Sunday', 'Calendar'); ?>
<li><?= $this->getHtml('Monday', 'Calendar'); ?> <li><?= $this->getHtml('Monday', 'Calendar'); ?>
@ -32,5 +32,5 @@
</li> </li>
</ul> </ul>
<?php endfor;?> <?php endfor;?>
</div> </section>
</div> </div>

View File

@ -12,6 +12,6 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
?> ?>
<div id="calendar-dashboard" class="ol-xs-12 col-md-6" draggable="true"> <div id="calendar-dashboard" class="col-xs-12 col-md-6" draggable="true">
<?= $this->getData('calendar')->render($this->getData('cal')); ?> <?= $this->getData('calendar')->render($this->getData('cal')); ?>
</div> </div>