getData('tasks') ?? []; $previous = empty($tasks) ? '{/prefix}task/dashboard' : '{/prefix}task/dashboard?{?}&id=' . \reset($tasks)->getId() . '&ptype=p'; $next = empty($tasks) ? '{/prefix}task/dashboard' : '{/prefix}task/dashboard?{?}&id=' . \end($tasks)->getId() . '&ptype=n'; echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Status'); ?> | = $this->getHtml('Due/Priority'); ?> | = $this->getHtml('Title'); ?> | = $this->getHtml('Creator'); ?> | = $this->getHtml('Created'); ?> | $task) : ++$c; $url = UriFactory::build('{/prefix}task/single?{?}&id=' . $task->getId()); ?>|
| = $this->getHtml('S' . $task->getStatus()); ?> | getPriority() === TaskPriority::NONE) : ?> = $this->printHtml($task->due->format('Y-m-d H:i')); ?> = $this->getHtml('P' . $task->getPriority()); ?> | = $this->printHtml($task->title); ?> | = $this->printHtml($task->getCreatedBy()->name1); ?> | = $this->printHtml($task->createdAt->format('Y-m-d H:i')); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | |||||