Add download to tables

This commit is contained in:
Dennis Eichhorn 2019-02-17 18:58:41 +01:00
parent 70d30a8001
commit e6dc074bf1

View File

@ -22,7 +22,7 @@ $modules = $this->app->moduleManager->getInstalledModules();
<div class="col-xs-12">
<div class="box wf-100">
<table id="moduleList" class="table darkred">
<caption><?= $this->getHtml('Modules') ?></caption>
<caption><?= $this->getHtml('Modules') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td class="wf-100"><?= $this->getHtml('Name') ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>