mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-13 15:58:41 +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">
|
<div class="inner">
|
||||||
<table class="list w-100">
|
<table class="list w-100">
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><i class="fa fa-anchor"></i>
|
<td><i class="fa fa-anchor"></i>
|
||||||
<td class="wf-100"><?= (int) $this->request->getData('id') ?? 0; ?>
|
<td class="wf-100"><?= (int) $this->request->getData('id') ?? 0; ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<table class="list w-100">
|
<table class="list w-100">
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><i class="fa fa-anchor"></i>
|
<td><i class="fa fa-anchor"></i>
|
||||||
<td class="wf-100"><?= (int) $this->request->getData('id') ?? 0; ?>
|
<td class="wf-100"><?= (int) $this->request->getData('id') ?? 0; ?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user