mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-07 03:58:41 +00:00
Fix tables
This commit is contained in:
parent
915ba5fff0
commit
f487155a84
|
|
@ -5,7 +5,7 @@
|
|||
]
|
||||
}
|
||||
]'>
|
||||
<div class="box wf-100">
|
||||
<section class="box wf-100">
|
||||
<ul class="weekdays green">
|
||||
<li><?= $this->getHtml('Sunday', 'Calendar'); ?>
|
||||
<li><?= $this->getHtml('Monday', 'Calendar'); ?>
|
||||
|
|
@ -32,5 +32,5 @@
|
|||
</li>
|
||||
</ul>
|
||||
<?php endfor;?>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
@ -12,6 +12,6 @@
|
|||
* @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')); ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user