From 9503aadbd7eaeb34cfd8419cc72177fe5cb0a161 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Jun 2020 22:07:17 +0200 Subject: [PATCH] use portlets --- Theme/Backend/wiki-dashboard.tpl.php | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/Theme/Backend/wiki-dashboard.tpl.php b/Theme/Backend/wiki-dashboard.tpl.php index ea115fa..69ea90a 100755 --- a/Theme/Backend/wiki-dashboard.tpl.php +++ b/Theme/Backend/wiki-dashboard.tpl.php @@ -26,19 +26,21 @@ echo $this->getData('nav')->render(); ?>
getId()); ?> -
- -
-
- getDoc(), 0, 300) . (\strlen($doc->getDoc()) > 300 ? '...' : ''); ?> -
-
-
-
- getTags(); foreach ($tags as $tag) : ?> - printHtml($tag->getTitle()); ?> - - More +
+
+ +
+
+ getDoc(), 0, 300) . (\strlen($doc->getDoc()) > 300 ? '...' : ''); ?> +
+
+
+
+ getTags(); foreach ($tags as $tag) : ?> + printHtml($tag->getTitle()); ?> + + More +