mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-02-08 08:58:41 +00:00
fix table overflow
This commit is contained in:
parent
5bebe40c08
commit
6d5799fa54
|
|
@ -30,8 +30,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('Break'); ?>
|
<td><?= $this->getHtml('Break'); ?>
|
||||||
<td><?= $this->getHtml('End'); ?>
|
<td><?= $this->getHtml('End'); ?>
|
||||||
<td><?= $this->getHtml('Total'); ?>
|
<td><?= $this->getHtml('Total'); ?>
|
||||||
<tfoot>
|
|
||||||
<tr><td colspan="5">
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($sessions as $session) : ?>
|
<?php foreach ($sessions as $session) : ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('Status'); ?>
|
<td><?= $this->getHtml('Status'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Time'); ?>
|
<td class="wf-100"><?= $this->getHtml('Time'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Date'); ?>
|
<td class="wf-100"><?= $this->getHtml('Date'); ?>
|
||||||
<tfoot>
|
|
||||||
<tr><td colspan="2">
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($elements as $element) : ?>
|
<?php foreach ($elements as $element) : ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -91,8 +91,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $this->getHtml('Break'); ?>
|
<td><?= $this->getHtml('Break'); ?>
|
||||||
<td><?= $this->getHtml('End'); ?>
|
<td><?= $this->getHtml('End'); ?>
|
||||||
<td><?= $this->getHtml('Total'); ?>
|
<td><?= $this->getHtml('Total'); ?>
|
||||||
<tfoot>
|
|
||||||
<tr><td colspan="5">
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($sessions as $session) : ?>
|
<?php foreach ($sessions as $session) : ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user