diff --git a/Controller.php b/Controller.php
index 6fe90ab..65cfdbb 100644
--- a/Controller.php
+++ b/Controller.php
@@ -154,7 +154,7 @@ class Controller extends ModuleAbstract implements WebInterface
public function viewEditorSingle(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable
{
$view = new View($this->app, $request, $response);
- $view->setTemplate('/Modules/Editor/Theme/Backend/editor');
+ $view->setTemplate('/Modules/Editor/Theme/Backend/editor-single');
$view->addData('nav', $this->app->moduleManager->get('Navigation')->createNavigationMid(1005301001, $request, $response));
$doc = EditorDocMapper::get((int) $request->getData('id'));
diff --git a/Theme/Backend/editor-single.tpl.php b/Theme/Backend/editor-single.tpl.php
new file mode 100644
index 0000000..7737b33
--- /dev/null
+++ b/Theme/Backend/editor-single.tpl.php
@@ -0,0 +1,7 @@
+= $this->getData('nav')->render(); ?>
+
+
\ No newline at end of file
diff --git a/Theme/Backend/editor.tpl.php b/Theme/Backend/editor.tpl.php
index 4ee00fa..82c2058 100644
--- a/Theme/Backend/editor.tpl.php
+++ b/Theme/Backend/editor.tpl.php
@@ -19,13 +19,13 @@
$doc = $this->getData('doc') ?? null;
?>
-
+
-
+
@@ -43,7 +43,7 @@ $doc = $this->getData('doc') ?? null;
-
+
-
diff --git a/Theme/backend/editor-create.tpl.php b/Theme/backend/editor-create.tpl.php
index 516dc49..c739f28 100644
--- a/Theme/backend/editor-create.tpl.php
+++ b/Theme/backend/editor-create.tpl.php
@@ -19,103 +19,119 @@
echo $this->getData('nav')->render(); ?>
-
-
-
+
-
-
-
- -
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ -
+
-
+
-
-
-
-
-
-
+
+
+
+
+ -
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ -
+
-
+
+
-
-
-
+
diff --git a/Theme/backend/editor-list.tpl.php b/Theme/backend/editor-list.tpl.php
index f247194..278be00 100644
--- a/Theme/backend/editor-list.tpl.php
+++ b/Theme/backend/editor-list.tpl.php
@@ -25,27 +25,31 @@ $footerView->setPage(1);
$docs = $this->getData('docs');
echo $this->getData('nav')->render(); ?>
-