Add download to tables

This commit is contained in:
Dennis Eichhorn 2019-02-17 18:58:41 +01:00
parent ebdc8ac44a
commit fbe2f1b61c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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