mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-15 14:18:41 +00:00
Fix elment status css class
This commit is contained in:
parent
9f60c3b189
commit
fa8125d328
|
|
@ -119,7 +119,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<div class="vC wf-100">
|
<div class="vC wf-100">
|
||||||
<?= $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')); ?>
|
||||||
</div>
|
</div>
|
||||||
<span class="vC tag task-status-<?= $this->printHtml($task->getStatus()); ?>">
|
<span class="vC tag task-status-<?= $this->printHtml($element->getStatus()); ?>">
|
||||||
<?= $this->getHtml('S' . $element->getStatus()) ?>
|
<?= $this->getHtml('S' . $element->getStatus()) ?>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user