Localization fix

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

View File

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

View File

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