diff --git a/modules/doc/application/views/scripts/chapter.phtml b/modules/doc/application/views/scripts/chapter.phtml
index 6fe0d8d27..4a5af6a25 100644
--- a/modules/doc/application/views/scripts/chapter.phtml
+++ b/modules/doc/application/views/scripts/chapter.phtml
@@ -1,3 +1,6 @@
-
+
+ = /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
+
+
= /** @type \Icinga\Module\Doc\SectionRenderer $section */ $section ?>
diff --git a/modules/doc/application/views/scripts/index/index.phtml b/modules/doc/application/views/scripts/index/index.phtml
index e4218bee2..1e8139f10 100644
--- a/modules/doc/application/views/scripts/index/index.phtml
+++ b/modules/doc/application/views/scripts/index/index.phtml
@@ -1,6 +1,9 @@
-
= $this->translate('Available documentations'); ?>
-
+ = /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
+
= $this->translate('Available documentations') ?>
+
diff --git a/modules/doc/application/views/scripts/module/index.phtml b/modules/doc/application/views/scripts/module/index.phtml
index cc184016f..0d8350f48 100644
--- a/modules/doc/application/views/scripts/module/index.phtml
+++ b/modules/doc/application/views/scripts/module/index.phtml
@@ -1,10 +1,15 @@
-
= $this->translate('Module documentations'); ?>
-
+
+ = /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
+
= $this->translate('Module documentations') ?>
+
+
diff --git a/modules/doc/application/views/scripts/toc.phtml b/modules/doc/application/views/scripts/toc.phtml
index ce1b3da29..175f4d3c3 100644
--- a/modules/doc/application/views/scripts/toc.phtml
+++ b/modules/doc/application/views/scripts/toc.phtml
@@ -1,6 +1,7 @@
+ = /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
= /** @type string $title */ $title ?>
-
+
= /** @type \Icinga\Module\Doc\TocRenderer $toc */ $toc ?>