Add download to tables

This commit is contained in:
Dennis Eichhorn 2019-02-17 18:58:41 +01:00
parent 92e0919ad7
commit 1df4f12841
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<table class="table darkred">
<caption><?= $this->getHtml('Messages') ?></caption>
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><span class="check"><input type="checkbox"></span>

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<table class="table darkred">
<caption><?= $this->getHtml('Messages') ?></caption>
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><span class="check"><input type="checkbox"></span>

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<table class="table darkred">
<caption><?= $this->getHtml('Messages') ?></caption>
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><span class="check"><input type="checkbox"></span>

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<table class="table darkred">
<caption><?= $this->getHtml('Messages') ?></caption>
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><span class="check"><input type="checkbox"></span>