mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-19 07:58:40 +00:00
add ger language
This commit is contained in:
parent
55cada6ef8
commit
13da1b9495
|
|
@ -53,6 +53,7 @@ return ['Helper' => [
|
|||
'Standalone' => 'Eigenständig',
|
||||
'Storage' => 'Speicher',
|
||||
'Tag' => 'Tag',
|
||||
'Tags' => 'Tags',
|
||||
'Template' => 'Template',
|
||||
'Title' => 'Titel',
|
||||
'Type' => 'Typ',
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ return ['Helper' => [
|
|||
'Standalone' => 'Standalone',
|
||||
'Storage' => 'Storage',
|
||||
'Tag' => 'Tag',
|
||||
'Tags' => 'Tags',
|
||||
'Template' => 'Template',
|
||||
'Title' => 'Title',
|
||||
'Type' => 'Type',
|
||||
|
|
|
|||
|
|
@ -134,6 +134,12 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr>
|
||||
<td><?= $this->getHtml('Created'); ?>
|
||||
<td><?= $template->getCreatedAt()->format('Y-m-d'); ?>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('Tags'); ?>
|
||||
<td>
|
||||
<?php $tags = $template->getTags(); foreach ($tags as $tag) : ?>
|
||||
<span class="tag" style="background: <?= $this->printHtml($tag->getColor()); ?>"><?= $this->printHtml($tag->getTitle()); ?></span>
|
||||
<?php endforeach; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user