mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-14 07:28:40 +00:00
make dashboard elements portlets
This commit is contained in:
parent
1a298b2127
commit
4ecb4781f2
|
|
@ -5,7 +5,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]'>
|
]'>
|
||||||
<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'); ?>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
return ['Calendar' => [
|
return ['Calendar' => [
|
||||||
'Blocks' => 'Blocks',
|
'Blocks' => 'Blocks',
|
||||||
|
'Calendar' => 'Calendar',
|
||||||
'Close' => 'Close',
|
'Close' => 'Close',
|
||||||
'Day' => 'Day',
|
'Day' => 'Day',
|
||||||
'Event' => 'Event',
|
'Event' => 'Event',
|
||||||
|
|
|
||||||
|
|
@ -19,5 +19,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<div id="calendar-dashboard" class="col-xs-12 col-md-6" draggable="true">
|
<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')); ?>
|
<?= $this->getData('calendar')->render($this->getData('cal')); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user