clean up task view and fix translation

This commit is contained in:
Dennis Eichhorn 2020-06-10 22:32:44 +02:00
parent bef2e01386
commit 27638e149d
2 changed files with 1 additions and 4 deletions

View File

@ -54,7 +54,7 @@ return ['Tasks' => [
'S2' => 'In Bearbeitung',
'S3' => 'Unterbrochen',
'S4' => 'Abgebrochen',
'S5' => 'Fertig',
'S5' => 'Abgeschlossen',
'S6' => 'Geschlossen',
'Select' => 'Auswahl',
'Settings' => 'Einstellung',

View File

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