Fixing templates

This commit is contained in:
Dennis Eichhorn 2017-06-24 10:51:43 +02:00
parent c5c680bbc5
commit 6a870e0c9c
2 changed files with 56 additions and 48 deletions

View File

@ -26,7 +26,9 @@ $footerView->setResults(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('GL'); ?></caption> <caption><?= $this->getText('GL'); ?></caption>
<thead> <thead>
@ -50,3 +52,5 @@ echo $this->getData('nav')->render(); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>
</div>
</div>

View File

@ -26,7 +26,9 @@ $footerView->setResults(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('BatchPostings'); ?></caption> <caption><?= $this->getText('BatchPostings'); ?></caption>
<thead> <thead>
@ -52,3 +54,5 @@ echo $this->getData('nav')->render(); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>
</div>
</div>