diff --git a/Theme/Backend/workflow-create.tpl.php b/Theme/Backend/workflow-create.tpl.php index 38be15f..1ec24a2 100644 --- a/Theme/Backend/workflow-create.tpl.php +++ b/Theme/Backend/workflow-create.tpl.php @@ -19,38 +19,38 @@ echo $this->getData('nav')->render(); ?>
-

l11n->getText('Tasks', 'Backend', 'Task'); ?>

+

getText('Task'); ?>

-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
+
-

l11n->getText('Tasks', 'Backend', 'Media'); ?>

+

getText('Media'); ?>

-
-
-
+
+
+
diff --git a/Theme/Backend/workflow-dashboard.tpl.php b/Theme/Backend/workflow-dashboard.tpl.php index 2e55ab9..8d37d59 100644 --- a/Theme/Backend/workflow-dashboard.tpl.php +++ b/Theme/Backend/workflow-dashboard.tpl.php @@ -22,13 +22,13 @@ echo $this->getData('nav')->render(); ?>
- + - $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'; } ;?> -
l11n->getText('Workflow', 'Backend', 'Workflow'); ?>getText('Workflow'); ?>
l11n->getText('Workflow', 'Backend', 'Status'); ?> - l11n->getText('Workflow', 'Backend', 'Next'); ?> - l11n->getText('Workflow', 'Backend', 'Title'); ?> - l11n->getText('Workflow', 'Backend', 'Creator'); ?> - l11n->getText('Workflow', 'Backend', 'Created'); ?> + getText('Status'); ?> + getText('Next'); ?> + getText('Title'); ?> + getText('Creator'); ?> + getText('Created'); ?>
l11n->getText('Workflow', 'Backend', 'S' . $workflow->getStatus()); ?> + getText('S' . $workflow->getStatus()); ?> getDue()->format('Y-m-d H:i'); ?> getTitle(); ?> getCreatedBy(); ?> getCreatedAt()->format('Y-m-d H:i'); ?> -
l11n->getText(0, 'Backend', 'Empty'); ?> +
getText('Empty'); ?>
\ No newline at end of file diff --git a/Theme/Backend/workflow-single.tpl.php b/Theme/Backend/workflow-single.tpl.php index 6d33369..a7d5ffe 100644 --- a/Theme/Backend/workflow-single.tpl.php +++ b/Theme/Backend/workflow-single.tpl.php @@ -44,7 +44,7 @@ foreach ($elements as $key => $element) : $c++; elseif($element->getStatus() === \Modules\Tasks\Models\TaskStatus::CANCELED) { $color = 'red'; } elseif($element->getStatus() === \Modules\Tasks\Models\TaskStatus::SUSPENDED) { $color = 'yellow'; } ?>
-
l11n->getText('Tasks', 'Backend', 'S' . $element->getStatus()); ?>
+
getText('S' . $element->getStatus()); ?>
getCreatedBy(); ?> - getCreatedAt()->format('Y-m-d H:i'); ?>
getDescription() !== '') : ?> @@ -73,17 +73,17 @@ foreach ($elements as $key => $element) : $c++;
-
+
-
+
-
+
-
+
-
+