mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-16 15:28:41 +00:00
Localization fix
This commit is contained in:
parent
721d5aab05
commit
055841d251
|
|
@ -30,7 +30,7 @@ $accounts = $this->getData('accounts');
|
||||||
<caption><?= $this->getText('Profiles'); ?></caption>
|
<caption><?= $this->getText('Profiles'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Name'); ?>
|
<td class="wf-100"><?= $this->getText('Name'); ?>
|
||||||
<td><?= $this->getText('Activity'); ?>
|
<td><?= $this->getText('Activity'); ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
|
|
@ -45,7 +45,7 @@ $accounts = $this->getData('accounts');
|
||||||
<td><a href="<?= $url; ?>"><?= $account->getLastActive()->format('Y-m-d'); ?></a>
|
<td><a href="<?= $url; ?>"><?= $account->getLastActive()->format('Y-m-d'); ?></a>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($count === 0) : ?>
|
<?php if($count === 0) : ?>
|
||||||
<tr><td colspan="3" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="3" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ echo $this->getData('nav')->render();
|
||||||
<caption><?= $this->getText('Media'); ?></caption>
|
<caption><?= $this->getText('Media'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Title'); ?>
|
<td class="wf-100"><?= $this->getText('Title'); ?>
|
||||||
<td><?= $this->getText('Type'); ?>
|
<td><?= $this->getText('Type'); ?>
|
||||||
<td><?= $this->getText('Created'); ?>
|
<td><?= $this->getText('Created'); ?>
|
||||||
|
|
@ -104,7 +104,7 @@ echo $this->getData('nav')->render();
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getNewestStatus()->getStatus(); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getNewestStatus()->getStatus(); ?></a>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($c === 0) : ?>
|
<?php if($c === 0) : ?>
|
||||||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ $accounts = $this->getData('accounts');
|
||||||
<caption><?= $this->getText('Profiles'); ?></caption>
|
<caption><?= $this->getText('Profiles'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Name'); ?>
|
<td class="wf-100"><?= $this->getText('Name'); ?>
|
||||||
<td><?= $this->getText('Activity'); ?>
|
<td><?= $this->getText('Activity'); ?>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
|
|
@ -45,7 +45,7 @@ $accounts = $this->getData('accounts');
|
||||||
<td><a href="<?= $url; ?>"><?= $account->getLastActive()->format('Y-m-d'); ?></a>
|
<td><a href="<?= $url; ?>"><?= $account->getLastActive()->format('Y-m-d'); ?></a>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($count === 0) : ?>
|
<?php if($count === 0) : ?>
|
||||||
<tr><td colspan="3" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="3" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ echo $this->getData('nav')->render();
|
||||||
<caption><?= $this->getText('Media'); ?></caption>
|
<caption><?= $this->getText('Media'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getText('ID'); ?>
|
<td><?= $this->getText('ID', 0, 0); ?>
|
||||||
<td class="wf-100"><?= $this->getText('Title'); ?>
|
<td class="wf-100"><?= $this->getText('Title'); ?>
|
||||||
<td><?= $this->getText('Type'); ?>
|
<td><?= $this->getText('Type'); ?>
|
||||||
<td><?= $this->getText('Created'); ?>
|
<td><?= $this->getText('Created'); ?>
|
||||||
|
|
@ -104,7 +104,7 @@ echo $this->getData('nav')->render();
|
||||||
<td><a href="<?= $url; ?>"><?= $value->getNewestStatus()->getStatus(); ?></a>
|
<td><a href="<?= $url; ?>"><?= $value->getNewestStatus()->getStatus(); ?></a>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php if($c === 0) : ?>
|
<?php if($c === 0) : ?>
|
||||||
<tr><td colspan="4" class="empty"><?= $this->getText('Empty'); ?>
|
<tr><td colspan="4" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user