diff --git a/Theme/Backend/workflow-create.tpl.php b/Theme/Backend/workflow-create.tpl.php deleted file mode 100755 index a46c3d7..0000000 --- a/Theme/Backend/workflow-create.tpl.php +++ /dev/null @@ -1,16 +0,0 @@ -data['nav']->render(); diff --git a/Theme/Backend/workflow-dashboard.tpl.php b/Theme/Backend/workflow-dashboard.tpl.php deleted file mode 100755 index 745f90f..0000000 --- a/Theme/Backend/workflow-dashboard.tpl.php +++ /dev/null @@ -1,47 +0,0 @@ -data['instances'] ?? []; - -echo $this->data['nav']->render(); ?> - -
| = $this->getHtml('Status'); ?> - | = $this->getHtml('Title'); ?> - | = $this->getHtml('Date'); ?> - | - $instance) : ++$c; - $url = \phpOMS\Uri\UriFactory::build('{/base}/admin/instance/view?{?}&id=' . $instance->id); - ?> -|||
| = $this->printHtml((string) $instance->status); ?> - | = $this->printHtml($instance->template->name); ?> - | = $instance->createdAt->format('Y-m-d H:i:s'); ?> - - | |||
| = $this->getHtml('Empty', '0', '0'); ?> - - | |||||