mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-13 13:18:40 +00:00
Add download to tables
This commit is contained in:
parent
6d82e22bf7
commit
3ce7d3e0fe
|
|
@ -1,5 +1,5 @@
|
||||||
<table class="table darkred">
|
<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>
|
<thead>
|
||||||
<td><?= $this->getHtml('Status', 'Tasks') ?>
|
<td><?= $this->getHtml('Status', 'Tasks') ?>
|
||||||
<td><?= $this->getHtml('Due/Priority', '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="col-xs-12 col-md-9">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table id="taskList" class="table darkred">
|
<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>
|
<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('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>
|
<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