Make all tables red

This commit is contained in:
Dennis Eichhorn 2017-04-16 20:38:39 +02:00
parent 1a66d32515
commit 6f7db45d21
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Departments'); ?></caption>
<thead>
<tr>

View File

@ -29,7 +29,7 @@ $employees = $this->getData('employees');
echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Staff'); ?></caption>
<thead>
<tr>

View File

@ -90,7 +90,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<div class="box w-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Working'); ?></caption>
<thead>
<tr>
@ -116,7 +116,7 @@ echo $this->getData('nav')->render(); ?>
</div>
<div class="box w-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Timing'); ?></caption>
<thead>
<tr>