mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-02-12 11:48:40 +00:00
Localization fix
This commit is contained in:
parent
aa1ea6b280
commit
1b22658cc9
|
|
@ -32,8 +32,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('Status'); ?>
|
<td><?= $this->getText('Status'); ?>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Article'); ?>
|
<td class="wf-100"><?= $this->getText('Article'); ?>
|
||||||
<td><?= $this->getText('Quantity'); ?>
|
<td><?= $this->getText('Quantity'); ?>
|
||||||
<td><?= $this->getText('Start'); ?>
|
<td><?= $this->getText('Start'); ?>
|
||||||
|
|
@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($c === 0) : ?>
|
<?php if($c === 0) : ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8" class="empty"><?= $this->getText('Empty'); ?>
|
<td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -32,8 +32,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('Status'); ?>
|
<td><?= $this->getText('Status'); ?>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Article'); ?>
|
<td class="wf-100"><?= $this->getText('Article'); ?>
|
||||||
<td><?= $this->getText('Quantity'); ?>
|
<td><?= $this->getText('Quantity'); ?>
|
||||||
<td><?= $this->getText('Start'); ?>
|
<td><?= $this->getText('Start'); ?>
|
||||||
|
|
@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($c === 0) : ?>
|
<?php if($c === 0) : ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="8" class="empty"><?= $this->getText('Empty'); ?>
|
<td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user