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(); ?> - -
-
-
-
getHtml('Instances'); ?>download
- - - - $instance) : ++$c; - $url = \phpOMS\Uri\UriFactory::build('{/base}/admin/instance/view?{?}&id=' . $instance->id); - ?> - -
getHtml('Status'); ?> - getHtml('Title'); ?> - getHtml('Date'); ?> -
printHtml((string) $instance->status); ?> - printHtml($instance->template->name); ?> - createdAt->format('Y-m-d H:i:s'); ?> - -
getHtml('Empty', '0', '0'); ?> - -
-
-
-
\ No newline at end of file