mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-05-20 03:38:41 +00:00
Add download to tables
This commit is contained in:
parent
f9c658f499
commit
40488903b0
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user