improve table css

This commit is contained in:
Dennis Eichhorn 2020-02-29 20:55:00 +01:00
parent 3e85dcf49d
commit db7c1482ec

View File

@ -22,18 +22,15 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Helpers') ?><i class="fa fa-download floatRight download btn"></i></div>
<table class="default">
<caption><?= $this->getHtml('Helpers') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', '0', '0'); ?>
<td class="wf-100"><?= $this->getHtml('Name') ?>
<td><?= $this->getHtml('Creator') ?>
<td><?= $this->getHtml('Updated') ?>
<tfoot>
<tr>
<td colspan="4">
<tbody>
<?php if (\count($templates) == 0) : ?>
<tr class="empty">
@ -48,6 +45,7 @@ echo $this->getData('nav')->render(); ?>
<td data-label="<?= $this->getHtml('Updated') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($template->getCreatedAt()->format('Y-m-d')); ?></a>
<?php endforeach; ?>
</table>
<div class="portlet-foot"></div>
</div>
</div>
</div>