mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-17 22:18:40 +00:00
Fix getHtml para type
This commit is contained in:
parent
e21f926039
commit
2f6b937491
|
|
@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<caption><?= $this->getHtml('Audits') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
<caption><?= $this->getHtml('Audits') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Name') ?>
|
<td class="wf-100"><?= $this->getHtml('Name') ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Date') ?>
|
<td class="wf-100"><?= $this->getHtml('Date') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
|
|
@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td>
|
<td>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if ($count === 0) : ?>
|
<?php if ($count === 0) : ?>
|
||||||
<tr><td colspan="3" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
|
<tr><td colspan="3" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<td ><?= $this->getHtml('Module') ?>
|
<td ><?= $this->getHtml('Module') ?>
|
||||||
<td ><?= $this->getHtml('Type') ?>
|
<td ><?= $this->getHtml('Type') ?>
|
||||||
<td ><?= $this->getHtml('Subtype') ?>
|
<td ><?= $this->getHtml('Subtype') ?>
|
||||||
|
|
@ -61,7 +61,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><?= $audit->getCreatedAt()->format('Y-m-d H:i'); ?>
|
<td><?= $audit->getCreatedAt()->format('Y-m-d H:i'); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if ($count === 0) : ?>
|
<?php if ($count === 0) : ?>
|
||||||
<tr><td colspan="9" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
|
<tr><td colspan="9" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<caption><?= $this->getHtml('Audits') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
<caption><?= $this->getHtml('Audits') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Name') ?>
|
<td class="wf-100"><?= $this->getHtml('Name') ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Date') ?>
|
<td class="wf-100"><?= $this->getHtml('Date') ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
|
|
@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td>
|
<td>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if ($count === 0) : ?>
|
<?php if ($count === 0) : ?>
|
||||||
<tr><td colspan="3" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
|
<tr><td colspan="3" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user