mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-17 08:58:43 +00:00
fix #30
This commit is contained in:
parent
7f327fad53
commit
d397a8cea3
|
|
@ -8,6 +8,7 @@ $calendar = $this->getData('calendar');
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]'>
|
]'>
|
||||||
|
<div class="box wf-100">
|
||||||
<ul class="weekdays green">
|
<ul class="weekdays green">
|
||||||
<li><?= $this->getHtml('Sunday'); ?>
|
<li><?= $this->getHtml('Sunday'); ?>
|
||||||
<li><?= $this->getHtml('Monday'); ?>
|
<li><?= $this->getHtml('Monday'); ?>
|
||||||
|
|
@ -35,3 +36,4 @@ $calendar = $this->getData('calendar');
|
||||||
</ul>
|
</ul>
|
||||||
<?php endfor;?>
|
<?php endfor;?>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user