mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-13 05:08:41 +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',
|
'S2' => 'In Bearbeitung',
|
||||||
'S3' => 'Unterbrochen',
|
'S3' => 'Unterbrochen',
|
||||||
'S4' => 'Abgebrochen',
|
'S4' => 'Abgebrochen',
|
||||||
'S5' => 'Fertig',
|
'S5' => 'Abgeschlossen',
|
||||||
'S6' => 'Geschlossen',
|
'S6' => 'Geschlossen',
|
||||||
'Select' => 'Auswahl',
|
'Select' => 'Auswahl',
|
||||||
'Settings' => 'Einstellung',
|
'Settings' => 'Einstellung',
|
||||||
|
|
|
||||||
|
|
@ -202,9 +202,6 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<span class="col-xs">
|
<span class="col-xs">
|
||||||
<?= $this->printHtml($element->getCreatedBy()->getName1()); ?> - <?= $this->printHtml($element->getCreatedAt()->format('Y-m-d H:i')); ?>
|
<?= $this->printHtml($element->getCreatedBy()->getName1()); ?> - <?= $this->printHtml($element->getCreatedAt()->format('Y-m-d H:i')); ?>
|
||||||
</span>
|
</span>
|
||||||
<span class="tag task-status-<?= $this->printHtml($element->getStatus()); ?>">
|
|
||||||
<?= $this->getHtml('S' . $element->getStatus()) ?>
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user