mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +00:00
clean up task view and fix translation
This commit is contained in:
parent
bef2e01386
commit
27638e149d
|
|
@ -54,7 +54,7 @@ return ['Tasks' => [
|
|||
'S2' => 'In Bearbeitung',
|
||||
'S3' => 'Unterbrochen',
|
||||
'S4' => 'Abgebrochen',
|
||||
'S5' => 'Fertig',
|
||||
'S5' => 'Abgeschlossen',
|
||||
'S6' => 'Geschlossen',
|
||||
'Select' => 'Auswahl',
|
||||
'Settings' => 'Einstellung',
|
||||
|
|
|
|||
|
|
@ -202,9 +202,6 @@ echo $this->getData('nav')->render(); ?>
|
|||
<span class="col-xs">
|
||||
<?= $this->printHtml($element->getCreatedBy()->getName1()); ?> - <?= $this->printHtml($element->getCreatedAt()->format('Y-m-d H:i')); ?>
|
||||
</span>
|
||||
<span class="tag task-status-<?= $this->printHtml($element->getStatus()); ?>">
|
||||
<?= $this->getHtml('S' . $element->getStatus()) ?>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user