mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-31 01:38:41 +00:00
Add download to tables
This commit is contained in:
parent
92e0919ad7
commit
1df4f12841
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user