mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-26 07:18:41 +00:00
Fix getHtml para type
This commit is contained in:
parent
2469ba3e1c
commit
185e3a0491
|
|
@ -37,7 +37,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="inner">
|
||||
<table class="list w-100">
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
<td><i class="fa fa-anchor"></i>
|
||||
<td class="wf-100"><?= $this->printHtml((int) $this->request->getData('id') ?? 0); ?>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user