Add download to tables

This commit is contained in:
Dennis Eichhorn 2019-02-17 18:58:41 +01:00
parent f9c658f499
commit 40488903b0
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ $newsList = $this->getData('news');
<div id="news-dashboard" class="col-xs-12 col-md-6" draggable="true">
<div class="box wf-100">
<table class="table blue">
<caption><?= $this->getHtml('News', 'News'); ?></caption>
<caption><?= $this->getHtml('News', 'News'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td>

View File

@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="box wf-100">
<table id="newsArchiveList" class="table darkred">
<caption><?= $this->getHtml('Archive'); ?></caption>
<caption><?= $this->getHtml('Archive'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('Type') ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>

View File

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