mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-27 23:18: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">
|
||||
<li><?= $this->getHtml('Sunday', 'Calendar'); ?>
|
||||
<li><?= $this->getHtml('Monday', 'Calendar'); ?>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ declare(strict_types=1);
|
|||
|
||||
return ['Calendar' => [
|
||||
'Blocks' => 'Blocks',
|
||||
'Calendar' => 'Calendar',
|
||||
'Close' => 'Close',
|
||||
'Day' => 'Day',
|
||||
'Event' => 'Event',
|
||||
|
|
|
|||
|
|
@ -19,5 +19,7 @@ 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')); ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user