mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 09:18:42 +00:00
Add download to tables
This commit is contained in:
parent
a2617c852b
commit
4cbf548436
|
|
@ -1,6 +1,6 @@
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table blue">
|
<table class="table blue">
|
||||||
<caption><?= $this->getHtml('Media', 'Media') ?></caption>
|
<caption><?= $this->getHtml('Media', 'Media') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<td>
|
<td>
|
||||||
<td class="wf-100"><?= $this->getHtml('Name', 'Media') ?>
|
<td class="wf-100"><?= $this->getHtml('Name', 'Media') ?>
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table darkred">
|
<table id="mediaList" class="table darkred">
|
||||||
<caption><?= $this->getHtml('Media') ?></caption>
|
<caption><?= $this->getHtml('Media') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ echo $this->getData('nav')->render();
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table darkred">
|
<table class="table darkred">
|
||||||
<caption><?= $this->getHtml('Media') ?></caption>
|
<caption><?= $this->getHtml('Media') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user