mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-22 08:38:41 +00:00
Add download to tables
This commit is contained in:
parent
ea9aad1c9a
commit
718c6ad78a
|
|
@ -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); ?>
|
||||
|
|
|
|||
|
|
@ -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); ?>
|
||||
|
|
|
|||
|
|
@ -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') ?>
|
||||
|
|
|
|||
|
|
@ -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); ?>
|
||||
|
|
|
|||
|
|
@ -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); ?>
|
||||
|
|
|
|||
|
|
@ -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); ?>
|
||||
|
|
|
|||
|
|
@ -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); ?>
|
||||
|
|
|
|||
|
|
@ -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); ?>
|
||||
|
|
|
|||
|
|
@ -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); ?>
|
||||
|
|
|
|||
|
|
@ -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); ?>
|
||||
|
|
|
|||
|
|
@ -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); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user