= t('Not enough data to show the graph.') ?>
isEmpty()): ?>= t('No tasks found.') ?>
isEmpty()): ?> = $this->app->component('chart-project-analytics-spent-time-by-dates', array( 'metrics' => $spentTime, 'labelSpent' => t('Hours Spent'), 'labelClosed' => t('Closed'), 'labelOpen' => t('Open'), )) ?>= $paginator->order(t('Id'), 'tasks.id') ?> | = $paginator->order(t('Categories'), 'tasks.category_id') ?> | = $paginator->order(t('Swimlane'), 'tasks.swimlane_id') ?> | = $paginator->order(t('Title'), 'tasks.title') ?> | = $paginator->order(t('Status'), 'tasks.is_active') ?> | = t('Spent time / Dates')?> | = $paginator->order(t('Hours Spent'), '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->text->e($categories[$task['category_id']]) ?> | = $this->text->e($swimlanes[$task['swimlane_id']]) ?> | = $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($metrics[$task['id']][$isActive]['stt_time_spent']) ?> | = $this->text->e($metrics[$task['id']][$isActive]['time_spent']) ?> |