mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-25 14:58:40 +00:00
Localization fix
This commit is contained in:
parent
8074526407
commit
b3a6ee3d2f
|
|
@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="inner">
|
||||
<table class="list w-100">
|
||||
<tr>
|
||||
<td><?= $this->getText('ID'); ?>
|
||||
<td><?= $this->getText('ID', 0, 0); ?>
|
||||
<td><i class="fa fa-anchor"></i>
|
||||
<td class="wf-100"><?= (int) $this->request->getData('id') ?? 0; ?>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<div class="inner">
|
||||
<table class="list w-100">
|
||||
<tr>
|
||||
<td><?= $this->getText('ID'); ?>
|
||||
<td><?= $this->getText('ID', 0, 0); ?>
|
||||
<td><i class="fa fa-anchor"></i>
|
||||
<td class="wf-100"><?= (int) $this->request->getData('id') ?? 0; ?>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user