mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-10 18:08:42 +00:00
Make all tables red
This commit is contained in:
parent
1a66d32515
commit
6f7db45d21
|
|
@ -27,7 +27,7 @@ $footerView->setResults(1);
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Departments'); ?></caption>
|
<caption><?= $this->getText('Departments'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ $employees = $this->getData('employees');
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Staff'); ?></caption>
|
<caption><?= $this->getText('Staff'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Working'); ?></caption>
|
<caption><?= $this->getText('Working'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -116,7 +116,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Timing'); ?></caption>
|
<caption><?= $this->getText('Timing'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user