| = $this->l11n->getText('Workflow', 'Backend', 'Status'); ?> - | = $this->l11n->getText('Workflow', 'Backend', 'Next'); ?> - | = $this->l11n->getText('Workflow', 'Backend', 'Title'); ?> - | = $this->l11n->getText('Workflow', 'Backend', 'Creator'); ?> - | = $this->l11n->getText('Workflow', 'Backend', 'Created'); ?> + | = $this->getText('Status'); ?> + | = $this->getText('Next'); ?> + | = $this->getText('Title'); ?> + | = $this->getText('Creator'); ?> + | = $this->getText('Created'); ?> | $workflow) : $c++; @@ -40,13 +40,13 @@ echo $this->getData('nav')->render(); ?> elseif($workflow->getStatus() === \Modules\Workflow\Models\WorkflowStatus::CANCELED) { $color = 'red'; } elseif($workflow->getStatus() === \Modules\Workflow\Models\WorkflowStatus::SUSPENDED) { $color = 'yellow'; } ;?>
| = $this->l11n->getText('Workflow', 'Backend', 'S' . $workflow->getStatus()); ?> + | = $this->getText('S' . $workflow->getStatus()); ?> | = $workflow->getDue()->format('Y-m-d H:i'); ?> | = $workflow->getTitle(); ?> | = $workflow->getCreatedBy(); ?> | = $workflow->getCreatedAt()->format('Y-m-d H:i'); ?> - |
| = $this->l11n->getText(0, 'Backend', 'Empty'); ?> + | |||||
| = $this->getText('Empty'); ?> | |||||