mirror of
https://github.com/Karaka-Management/oms-SalesAnalysis.git
synced 2026-02-14 10:18:41 +00:00
Make all tables red
This commit is contained in:
parent
8e74c878a3
commit
57b6e3a36b
|
|
@ -32,7 +32,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<input type="radio" id="c-tab2-1" name="tabular-2" checked>
|
<input type="radio" id="c-tab2-1" name="tabular-2" checked>
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<section class="box wf-100 floatLeft">
|
<section class="box wf-100 floatLeft">
|
||||||
<table class="table">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Overview') ?></caption>
|
<caption><?= $this->getText('Overview') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -63,7 +63,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="box wf-100 floatLeft">
|
<section class="box wf-100 floatLeft">
|
||||||
<table class="table">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Misc') ?></caption>
|
<caption><?= $this->getText('Misc') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -83,7 +83,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<input type="radio" id="c-tab2-2" name="tabular-2">
|
<input type="radio" id="c-tab2-2" name="tabular-2">
|
||||||
<div class="tab tab-2">
|
<div class="tab tab-2">
|
||||||
<section class="box wf-100 floatLeft">
|
<section class="box wf-100 floatLeft">
|
||||||
<table class="table">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Month') ?></caption>
|
<caption><?= $this->getText('Month') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -101,7 +101,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<input type="radio" id="c-tab2-3" name="tabular-2">
|
<input type="radio" id="c-tab2-3" name="tabular-2">
|
||||||
<div class="tab tab-3">
|
<div class="tab tab-3">
|
||||||
<section class="box wf-100 floatLeft">
|
<section class="box wf-100 floatLeft">
|
||||||
<table class="table">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Year') ?></caption>
|
<caption><?= $this->getText('Year') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user