= t('Not enough data to show the graph.') ?>
= t('No tasks found.') ?>
isEmpty()): ?>= $paginator->order(t('Id'), 'tasks.id') ?> | = $paginator->order(t('Title'), 'tasks.title') ?> | = $paginator->order(t('Status'), 'tasks.is_active') ?> | = $paginator->order(t('Estimated Time'), 'tasks.time_estimated') ?> | = $paginator->order(t('Actual Time'), 'tasks.time_spent') ?> |
---|---|---|---|---|
= $this->url->link('#'.$this->text->e($task['id']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> | = $this->url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> | = t('Open') ?> = t('Closed') ?> | = $this->text->e($task['time_estimated']) ?> | = $this->text->e($task['time_spent']) ?> |