= t('Not enough data to show the graph.') ?>
isEmpty()): ?>= t('No tasks found.') ?>
isEmpty()): ?> = $this->app->component('chart-project-time-comparison', array( 'metrics' => $metrics, 'labelSpent' => t('Hours Spent'), 'labelEstimated' => t('Hours Estimated'), 'labelClosed' => t('Closed'), 'labelOpen' => t('Open'), )) ?>= $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']) ?> |