Localization fix

This commit is contained in:
Dennis Eichhorn 2016-07-27 22:20:30 +02:00
parent aa1ea6b280
commit 1b22658cc9
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>