Use new tab, colors and css

This commit is contained in:
Dennis Eichhorn 2019-01-13 21:42:08 +01:00
parent b11ea329b5
commit adeacc7eb2
13 changed files with 26 additions and 26 deletions

View File

@ -16,7 +16,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Categories') ?></caption>
<thead>
<tr>

View File

@ -16,7 +16,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Causes') ?></caption>
<thead>
<tr>

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12 col-md-9">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('TopRisks') ?></caption>
<thead>
<tr>

View File

@ -16,7 +16,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Departments') ?></caption>
<thead>
<tr>

View File

@ -13,7 +13,7 @@
$department = $this->getData('department');
echo $this->getData('nav')->render(); ?>
<div class="tabular-2">
<div class="tab tab-2">
<div class="box">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('Department'); ?></label>
@ -97,7 +97,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Risks') ?></caption>
<thead>
<tr>
@ -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 red">
<table class="table darkred">
<caption><?= $this->getHtml('Categories') ?></caption>
<thead>
<tr>
@ -159,7 +159,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Projects') ?></caption>
<thead>
<tr>
@ -187,7 +187,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Processes') ?></caption>
<thead>
<tr>
@ -215,7 +215,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Causes') ?></caption>
<thead>
<tr>
@ -245,7 +245,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Solutions') ?></caption>
<thead>
<tr>

View File

@ -16,7 +16,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Processes') ?></caption>
<thead>
<tr>

View File

@ -16,7 +16,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Projects') ?></caption>
<thead>
<tr>

View File

@ -12,7 +12,7 @@
*/
echo $this->getData('nav')->render(); ?>
<div class="tabular-2">
<div class="tab tab-2">
<div class="box">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('Risk'); ?></label>

View File

@ -16,7 +16,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Risks') ?></caption>
<thead>
<tr>

View File

@ -13,7 +13,7 @@
$risk = $this->getData('risk');
echo $this->getData('nav')->render(); ?>
<div class="tabular-2">
<div class="tab tab-2">
<div class="box">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('Risk'); ?></label>

View File

@ -17,7 +17,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Solutions') ?></caption>
<thead>
<tr>

View File

@ -16,7 +16,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Units') ?></caption>
<thead>
<tr>

View File

@ -13,7 +13,7 @@
$unit = $this->getData('unit');
echo $this->getData('nav')->render(); ?>
<div class="tabular-2">
<div class="tab tab-2">
<div class="box">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('Unit'); ?></label>
@ -98,7 +98,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Risks') ?></caption>
<thead>
<tr>
@ -132,7 +132,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Departments') ?></caption>
<thead>
<tr>
@ -160,7 +160,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Categories') ?></caption>
<thead>
<tr>
@ -188,7 +188,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Projects') ?></caption>
<thead>
<tr>
@ -216,7 +216,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Processes') ?></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 red">
<table class="table darkred">
<caption><?= $this->getHtml('Causes') ?></caption>
<thead>
<tr>
@ -274,7 +274,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Solutions') ?></caption>
<thead>
<tr>