mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-02 17:58:41 +00:00
Make all tables red
This commit is contained in:
parent
7de5878cf9
commit
dfbca194e2
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user