mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-18 05:38:41 +00:00
Fixing templates
This commit is contained in:
parent
848c62cf5b
commit
b44fb4b31a
|
|
@ -26,7 +26,9 @@ $footerView->setResults(1);
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="box w-100">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Departments'); ?></caption>
|
||||
<thead>
|
||||
|
|
@ -52,3 +54,5 @@ echo $this->getData('nav')->render(); ?>
|
|||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,9 @@ $employees = $this->getData('employees');
|
|||
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="box w-100">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Staff'); ?></caption>
|
||||
<thead>
|
||||
|
|
@ -54,3 +56,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user