mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-01 00:38:42 +00:00
Add download to tables
This commit is contained in:
parent
2debcd17cc
commit
53516cb4ae
|
|
@ -25,8 +25,8 @@ $accounts = $this->getData('accounts');
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="table darkred">
|
||||
<caption><?= $this->getHtml('Profiles') ?></caption>
|
||||
<table id="profileList" class="table darkred">
|
||||
<caption><?= $this->getHtml('Profiles') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user