mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +00:00
Add download to tables
This commit is contained in:
parent
6d82e22bf7
commit
3ce7d3e0fe
|
|
@ -1,5 +1,5 @@
|
|||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Tasks', 'Tasks') ?></caption>
|
||||
<caption><?= $this->getHtml('Tasks', 'Tasks') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<td><?= $this->getHtml('Status', 'Tasks') ?>
|
||||
<td><?= $this->getHtml('Due/Priority', 'Tasks') ?>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="col-xs-12 col-md-9">
|
||||
<div class="box wf-100">
|
||||
<table id="taskList" class="table darkred">
|
||||
<caption><?= $this->getHtml('Tasks') ?></caption>
|
||||
<caption><?= $this->getHtml('Tasks') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<td><?= $this->getHtml('Status') ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
||||
<td><?= $this->getHtml('Due/Priority') ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user