mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-29 07:18:40 +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">
|
||||
<?= $this->printHtml($element->getCreatedBy()->getName1()); ?> - <?= $this->printHtml($element->getCreatedAt()->format('Y-m-d H:i')); ?>
|
||||
</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()) ?>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user