mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-02-17 17:08:41 +00:00
Make all tables red
This commit is contained in:
parent
a578d4ed42
commit
7043141a0c
|
|
@ -169,7 +169,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
$footerView->setPage(1);
|
$footerView->setPage(1);
|
||||||
?>
|
?>
|
||||||
<div class="box w-100">
|
<div class="box w-100">
|
||||||
<table class="table">
|
<table class="table red">
|
||||||
<caption><?= $this->getText('Logs') ?></caption>
|
<caption><?= $this->getText('Logs') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ 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('Suppliers') ?></caption>
|
<caption><?= $this->getText('Suppliers') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user