mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-02-15 04:28:41 +00:00
Fix getHtml para type
This commit is contained in:
parent
bfcfc2c3c7
commit
f3464343d1
|
|
@ -44,7 +44,7 @@ $modules = $this->app->moduleManager->getInstalledModules();
|
||||||
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($module['name']['external']); ?></a>
|
<td data-label="<?= $this->getHtml('Name') ?>"><a href="<?= $url; ?>"><?= $this->printHtml($module['name']['external']); ?></a>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if ($count === 0) : ?>
|
<?php if ($count === 0) : ?>
|
||||||
<tr><td class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
|
<tr><td class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user