mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-02-14 12:08:40 +00:00
fix table overflow
This commit is contained in:
parent
9408084842
commit
0c66d11cae
|
|
@ -30,6 +30,7 @@ $next = empty($modules) ? '{/prefix}help/module/list' : '{/prefix}help/modul
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<div class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Modules'); ?><i class="fa fa-download floatRight download btn"></i></div>
|
<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">
|
<table id="moduleList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -68,6 +69,7 @@ $next = empty($modules) ? '{/prefix}help/module/list' : '{/prefix}help/modul
|
||||||
<tr><td class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
<tr><td class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user