fix empty table visual bug

This commit is contained in:
Dennis Eichhorn 2020-10-25 23:07:49 +01:00
parent 10e4ee2eca
commit cb20e6a09c

View File

@ -72,7 +72,7 @@ echo $this->getData('nav')->render(); ?>
<td> <td>
<?php endforeach; ?> <?php endforeach; ?>
<?php if ($count === 0) : ?> <?php if ($count === 0) : ?>
<tr><td colspan="6" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?> <tr><td colspan="9" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</section> </section>