| = $this->l11n->getText('Tasks', 'Backend', 'Received'); ?> | 0 - |
| = $this->l11n->getText('Tasks', 'Backend', 'Created'); ?> | 0 - |
| = $this->l11n->getText('Tasks', 'Backend', 'Forwarded'); ?> | 0 - |
| = $this->l11n->getText('Tasks', 'Backend', 'AverageAmount'); ?> | 0 - |
| = $this->l11n->getText('Tasks', 'Backend', 'AverageProcessTime'); ?> | 0 - |
| = $this->l11n->getText('Tasks', 'Backend', 'InTime'); ?> | 0 + |
| = $this->getText('Received'); ?> | 0 + |
| = $this->getText('Created'); ?> | 0 + |
| = $this->getText('Forwarded'); ?> | 0 + |
| = $this->getText('AverageAmount'); ?> | 0 + |
| = $this->getText('AverageProcessTime'); ?> | 0 + |
| = $this->getText('InTime'); ?> | 0 |
| = $this->l11n->getText('Tasks', 'Backend', 'Status'); ?> - | = $this->l11n->getText('Tasks', 'Backend', 'Due'); ?> - | = $this->l11n->getText('Tasks', 'Backend', 'Title'); ?> - | = $this->l11n->getText('Tasks', 'Backend', 'Creator'); ?> - | = $this->l11n->getText('Tasks', 'Backend', 'Created'); ?> + | = $this->getText('Status'); ?> + | = $this->getText('Due'); ?> + | = $this->getText('Title'); ?> + | = $this->getText('Creator'); ?> + | = $this->getText('Created'); ?> | $task) : $c++; @@ -40,30 +40,30 @@ echo $this->getData('nav')->render(); ?> elseif($task->getStatus() === \Modules\Tasks\Models\TaskStatus::CANCELED) { $color = 'red'; } elseif($task->getStatus() === \Modules\Tasks\Models\TaskStatus::SUSPENDED) { $color = 'yellow'; } ;?>
| = $this->l11n->getText('Tasks', 'Backend', 'S' . $task->getStatus()); ?> + | = $this->getText('S' . $task->getStatus()); ?> | = $task->getDue()->format('Y-m-d H:i'); ?> | = $task->getTitle(); ?> | = $task->getCreatedBy(); ?> | = $task->getCreatedAt()->format('Y-m-d H:i'); ?> - |
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | |||||
| = $this->getText('Empty'); ?> | |||||
| = $this->l11n->getText('Tasks', 'Backend', 'Received'); ?> | 0 - |
|---|---|
| = $this->l11n->getText('Tasks', 'Backend', 'Created'); ?> | 0 - |
| = $this->l11n->getText('Tasks', 'Backend', 'Forwarded'); ?> | 0 - |
| = $this->l11n->getText('Tasks', 'Backend', 'AverageAmount'); ?> | 0 - |
| = $this->l11n->getText('Tasks', 'Backend', 'AverageProcessTime'); ?> | 0 - |
| = $this->l11n->getText('Tasks', 'Backend', 'InTime'); ?> | 0 + |
| = $this->getText('Received'); ?> | 0 + |
| = $this->getText('Created'); ?> | 0 + |
| = $this->getText('Forwarded'); ?> | 0 + |
| = $this->getText('AverageAmount'); ?> | 0 + |
| = $this->getText('AverageProcessTime'); ?> | 0 + |
| = $this->getText('InTime'); ?> | 0 |