mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-16 16:38: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">
|
<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>
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user