Make all tables red

This commit is contained in:
Dennis Eichhorn 2017-04-16 20:38:39 +02:00
parent e8a20d94ee
commit 24f8da4290
7 changed files with 9 additions and 9 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>