Make all tables red

This commit is contained in:
Dennis Eichhorn 2017-04-16 20:38:39 +02:00
parent 7de5878cf9
commit dfbca194e2
3 changed files with 4 additions and 4 deletions

View File

@ -131,7 +131,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Invoice') ?></caption>
<thead>
<tr>
@ -244,7 +244,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Logs') ?></caption>
<thead>
<tr>

View File

@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Invoices') ?></caption>
<thead>
<tr>

View File

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