From 4657a003cde6e983fafe0990851c57ac1f55d889 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 7 Apr 2024 18:11:03 +0000 Subject: [PATCH] fix tag-lists --- Theme/Backend/kanban-board.tpl.php | 2 ++ Theme/Backend/kanban-dashboard.tpl.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Theme/Backend/kanban-board.tpl.php b/Theme/Backend/kanban-board.tpl.php index 74ddfd5..e7e8a4c 100755 --- a/Theme/Backend/kanban-board.tpl.php +++ b/Theme/Backend/kanban-board.tpl.php @@ -43,12 +43,14 @@ $columns = $board->getColumns();
description; ?>
+
tags as $tag) : ?> icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?> +
diff --git a/Theme/Backend/kanban-dashboard.tpl.php b/Theme/Backend/kanban-dashboard.tpl.php index f20305f..1046652 100755 --- a/Theme/Backend/kanban-dashboard.tpl.php +++ b/Theme/Backend/kanban-dashboard.tpl.php @@ -44,12 +44,14 @@ echo $this->data['nav']->render(); ?>
description; ?>
+
tags as $tag) : ?> icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?> +