mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-18 13:48: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>
|
||||
|
|
@ -51,4 +53,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
<?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>
|
||||
|
|
@ -53,4 +55,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user