Add download to tables

This commit is contained in:
Dennis Eichhorn 2019-02-17 18:58:41 +01:00
parent ea9aad1c9a
commit 718c6ad78a
11 changed files with 22 additions and 22 deletions

View File

@ -17,7 +17,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Categories') ?></caption>
<caption><?= $this->getHtml('Categories') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

@ -17,7 +17,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Causes') ?></caption>
<caption><?= $this->getHtml('Causes') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12 col-md-9">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('TopRisks') ?></caption>
<caption><?= $this->getHtml('TopRisks') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('Severity') ?>

View File

@ -17,7 +17,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Departments') ?></caption>
<caption><?= $this->getHtml('Departments') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

@ -98,7 +98,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Risks') ?></caption>
<caption><?= $this->getHtml('Risks') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -132,7 +132,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Categories') ?></caption>
<caption><?= $this->getHtml('Categories') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -160,7 +160,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Projects') ?></caption>
<caption><?= $this->getHtml('Projects') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -188,7 +188,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Processes') ?></caption>
<caption><?= $this->getHtml('Processes') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -216,7 +216,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Causes') ?></caption>
<caption><?= $this->getHtml('Causes') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -246,7 +246,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Solutions') ?></caption>
<caption><?= $this->getHtml('Solutions') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

@ -17,7 +17,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Processes') ?></caption>
<caption><?= $this->getHtml('Processes') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

@ -17,7 +17,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Projects') ?></caption>
<caption><?= $this->getHtml('Projects') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

@ -17,7 +17,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Risks') ?></caption>
<caption><?= $this->getHtml('Risks') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

@ -18,7 +18,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Solutions') ?></caption>
<caption><?= $this->getHtml('Solutions') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

@ -17,7 +17,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Units') ?></caption>
<caption><?= $this->getHtml('Units') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>

View File

@ -99,7 +99,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Risks') ?></caption>
<caption><?= $this->getHtml('Risks') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -133,7 +133,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Departments') ?></caption>
<caption><?= $this->getHtml('Departments') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -161,7 +161,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Categories') ?></caption>
<caption><?= $this->getHtml('Categories') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -189,7 +189,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Projects') ?></caption>
<caption><?= $this->getHtml('Projects') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -217,7 +217,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Processes') ?></caption>
<caption><?= $this->getHtml('Processes') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -245,7 +245,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Causes') ?></caption>
<caption><?= $this->getHtml('Causes') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>
@ -275,7 +275,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<caption><?= $this->getHtml('Solutions') ?></caption>
<caption><?= $this->getHtml('Solutions') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>