mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-17 14:48:40 +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('End'); ?>
|
||||
<td><?= $this->getHtml('Total'); ?>
|
||||
<tfoot>
|
||||
<tr><td colspan="5">
|
||||
<tbody>
|
||||
<?php foreach ($sessions as $session) : ?>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Status'); ?>
|
||||
<td class="wf-100"><?= $this->getHtml('Time'); ?>
|
||||
<td class="wf-100"><?= $this->getHtml('Date'); ?>
|
||||
<tfoot>
|
||||
<tr><td colspan="2">
|
||||
<tbody>
|
||||
<?php foreach ($elements as $element) : ?>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -91,8 +91,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
<td><?= $this->getHtml('Break'); ?>
|
||||
<td><?= $this->getHtml('End'); ?>
|
||||
<td><?= $this->getHtml('Total'); ?>
|
||||
<tfoot>
|
||||
<tr><td colspan="5">
|
||||
<tbody>
|
||||
<?php foreach ($sessions as $session) : ?>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user