fix table overflow

This commit is contained in:
Dennis Eichhorn 2021-09-05 20:16:54 +02:00
parent 56d0d6ed29
commit eb8ec9d727
6 changed files with 10 additions and 1 deletions

View File

@ -33,7 +33,6 @@
]
}
]'>
<tfoot>
</table>
<button type="button" id="iSearchGroup-close" data-action='[
{

View File

@ -34,6 +34,7 @@ echo $this->getData('nav')->render(); ?>
<?php include __DIR__ . '/../../../../Web/Backend/Themes/popup-additional-function.tpl.php'; ?>
<?php include __DIR__ . '/../../../../Web/Backend/Themes/popup-export-data.tpl.php'; ?>
</div>
<div class="slider">
<table id="accountList" class="default sticky">
<thead>
<tr>
@ -110,6 +111,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?>
</table>
</div>
<div class="portlet-foot">
<a tabindex="0" class="button" href="<?= UriFactory::build($previous); ?>"><?= $this->getHtml('Previous', '0', '0'); ?></a>
<a tabindex="0" class="button" href="<?= UriFactory::build($next); ?>"><?= $this->getHtml('Next', '0', '0'); ?></a>

View File

@ -31,6 +31,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Groups'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="slider">
<table id="groupList" class="default sticky">
<thead>
<tr>
@ -90,6 +91,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="5" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?>
</table>
</div>
<div class="portlet-foot">
<a tabindex="0" class="button" href="<?= UriFactory::build($previous); ?>"><?= $this->getHtml('Previous', '0', '0'); ?></a>
<a tabindex="0" class="button" href="<?= UriFactory::build($next); ?>"><?= $this->getHtml('Next', '0', '0'); ?></a>

View File

@ -28,6 +28,7 @@ $isntalled = $this->getData('isntalled') ?? [];
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Modules'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="slider">
<table id="moduleList" class="default sticky">
<thead>
<tr>
@ -101,6 +102,7 @@ $isntalled = $this->getData('isntalled') ?? [];
<tr><td colspan="4" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?>
</table>
</div>
<div class="portlet-foot"></div>
</div>
</div>

View File

@ -33,6 +33,7 @@ echo $this->getData('nav')->render();
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Settings'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="slider">
<table id="settingsList" class="default sticky">
<thead>
<tr>
@ -102,6 +103,7 @@ echo $this->getData('nav')->render();
<tr><td colspan="6" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?>
</table>
</div>
</div>
</div>
</div>

View File

@ -642,6 +642,7 @@ $l11n = $this->getData('defaultlocalization') ?? new NullLocalization();
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Settings'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="slider">
<table id="settingsList" class="default sticky">
<thead>
<tr>
@ -727,6 +728,7 @@ $l11n = $this->getData('defaultlocalization') ?? new NullLocalization();
<tr><td colspan="7" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?>
</table>
</div>
<div class="portlet-foot">
<a tabindex="0" class="button" href="<?= UriFactory::build($previousSettings); ?>"><?= $this->getHtml('Previous', '0', '0'); ?></a>
<a tabindex="0" class="button" href="<?= UriFactory::build($nextSettings); ?>"><?= $this->getHtml('Next', '0', '0'); ?></a>