This commit is contained in:
Dennis Eichhorn 2017-05-28 18:57:57 +02:00
parent dfbca194e2
commit 131398f8cd

View File

@ -21,7 +21,9 @@ $footerView->setPage(1);
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<div class="box w-100"> <div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red"> <table class="table red">
<caption><?= $this->getText('Invoices') ?></caption> <caption><?= $this->getText('Invoices') ?></caption>
<thead> <thead>
@ -44,4 +46,6 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?> <tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div>
</div>
</div> </div>