data['nav']->render(); ?>
| = $this->getHtml('Status', 'Tasks', 'Backend'); ?>expand_lessexpand_more | = $this->getHtml('Due/Priority', 'Tasks', 'Backend'); ?> | = $this->getHtml('Title', 'Tasks', 'Backend'); ?> | = $this->getHtml('For', 'Tasks', 'Backend'); ?> |
| = $this->getHtml('S' . $task->status, 'Tasks', 'Backend'); ?> | priority === TaskPriority::NONE) : ?> = $this->printHtml($task->due->format('Y-m-d H:i')); ?> = $this->getHtml('P' . $task->priority, 'Tasks', 'Backend'); ?> | = $this->printHtml($task->title); ?> | taskElements); foreach ($element->accRelation as $rel): ?> = $this->printHtml( \sprintf('%3$s %2$s %1$s', $rel->relation->name1, $rel->relation->name2, $rel->relation->name3) ); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | |||