fix table overflow

This commit is contained in:
Dennis Eichhorn 2021-09-05 20:16:54 +02:00
parent 5bebe40c08
commit 6d5799fa54
3 changed files with 0 additions and 6 deletions

View File

@ -30,8 +30,6 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Break'); ?>
<td><?= $this->getHtml('End'); ?>
<td><?= $this->getHtml('Total'); ?>
<tfoot>
<tr><td colspan="5">
<tbody>
<?php foreach ($sessions as $session) : ?>
<tr>

View File

@ -28,8 +28,6 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Status'); ?>
<td class="wf-100"><?= $this->getHtml('Time'); ?>
<td class="wf-100"><?= $this->getHtml('Date'); ?>
<tfoot>
<tr><td colspan="2">
<tbody>
<?php foreach ($elements as $element) : ?>
<tr>

View File

@ -91,8 +91,6 @@ echo $this->getData('nav')->render(); ?>
<td><?= $this->getHtml('Break'); ?>
<td><?= $this->getHtml('End'); ?>
<td><?= $this->getHtml('Total'); ?>
<tfoot>
<tr><td colspan="5">
<tbody>
<?php foreach ($sessions as $session) : ?>
<tr>