mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-25 02:58:41 +00:00
Make all tables red
This commit is contained in:
parent
e8a20d94ee
commit
24f8da4290
|
|
@ -1,6 +1,6 @@
|
|||
<template id="entry-list-tpl">
|
||||
<div id="entry-list" class="box" style="z-index: 99; position: relative; top: 20px; display: block; margin: 0 auto; width: 20%;">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Accounts'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ $footerView->setResults(1);
|
|||
<input type="radio" id="c-tab2-1" name="tabular-2" checked>
|
||||
<div class="tab">
|
||||
<section class="wf-100">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Entries') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -105,7 +105,7 @@ $footerView->setResults(1);
|
|||
<input type="radio" id="c-tab2-2" name="tabular-2">
|
||||
<div class="tab tab-2">
|
||||
<section class="box w-33 floatLeft">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Accounts') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -141,7 +141,7 @@ $footerView->setResults(1);
|
|||
</table>
|
||||
</section>
|
||||
<section class="box w-33 floatLeft">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('CostObject') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -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('GL'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -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('Journal'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -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('BatchPostings'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -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('BatchPostings'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -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('BatchPostings'); ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user