mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-12 23:08:42 +00:00
fix table overflow
This commit is contained in:
parent
b9c3acab53
commit
12e49da38a
|
|
@ -273,9 +273,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('Name'); ?>
|
<td><?= $this->getHtml('Name'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Log'); ?>
|
<td class="wf-100"><?= $this->getHtml('Log'); ?>
|
||||||
<td><?= $this->getHtml('Date'); ?>
|
<td><?= $this->getHtml('Date'); ?>
|
||||||
<tfoot>
|
|
||||||
<tr>
|
|
||||||
<td colspan="6">
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->printHtml($this->request->getOrigin()); ?>
|
<td><?= $this->printHtml($this->request->getOrigin()); ?>
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Clients'); ?><i class="fa fa-download floatRight download btn"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('Clients'); ?><i class="fa fa-download floatRight download btn"></i></div>
|
||||||
|
<div class="slider">
|
||||||
<table id="iSalesClientList" class="default sticky">
|
<table id="iSalesClientList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -120,6 +121,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td colspan="8" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
<tr><td colspan="8" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user