getData('tasks') ?? []; $previous = empty($tasks) ? '{/prefix}task/dashboard' : '{/prefix}task/dashboard?{?}&id=' . \reset($tasks)->getId() . '&ptype=-'; $next = empty($tasks) ? '{/prefix}task/dashboard' : '{/prefix}task/dashboard?{?}&id=' . \end($tasks)->getId() . '&ptype=+'; 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->getDue()->format('Y-m-d H:i')); ?> = $this->getHtml('P' . $task->getPriority()); ?> | = $this->printHtml($task->getTitle()); ?> | = $this->printHtml($task->getCreatedBy()->getName1()); ?> | = $this->printHtml($task->getCreatedAt()->format('Y-m-d H:i')); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | |||||