From 56af030cb12ed0a50411a90981fb013e4614a3c8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 7 Apr 2024 18:11:04 +0000 Subject: [PATCH] fix tag-lists --- Theme/Backend/task-dashboard.tpl.php | 4 ++++ Theme/Backend/task-list.tpl.php | 2 ++ Theme/Backend/task-view.tpl.php | 2 ++ 3 files changed, 8 insertions(+) diff --git a/Theme/Backend/task-dashboard.tpl.php b/Theme/Backend/task-dashboard.tpl.php index 7355282..b8617cb 100755 --- a/Theme/Backend/task-dashboard.tpl.php +++ b/Theme/Backend/task-dashboard.tpl.php @@ -73,6 +73,7 @@ echo $this->data['nav']->render(); ?> data['unread']) ? '' : ''; ?>printHtml($task->title); ?>data['unread']) ? '' : ''; ?> +
tags as $tag) : ?> @@ -81,6 +82,7 @@ echo $this->data['nav']->render(); ?> +
printHtml($this->renderUserName( @@ -147,6 +149,7 @@ echo $this->data['nav']->render(); ?> data['unread']) ? '' : ''; ?>printHtml($task->title); ?>data['unread']) ? '' : ''; ?> +
tags as $tag) : ?> @@ -155,6 +158,7 @@ echo $this->data['nav']->render(); ?> +
getResponsible(); foreach ($responsibles as $responsible) : ?> diff --git a/Theme/Backend/task-list.tpl.php b/Theme/Backend/task-list.tpl.php index 920c4f5..7fb1af7 100644 --- a/Theme/Backend/task-list.tpl.php +++ b/Theme/Backend/task-list.tpl.php @@ -68,6 +68,7 @@ echo $this->data['nav']->render(); ?> printHtml($task->title); ?> +
tags as $tag) : ?> @@ -76,6 +77,7 @@ echo $this->data['nav']->render(); ?> +
printHtml($this->renderUserName( diff --git a/Theme/Backend/task-view.tpl.php b/Theme/Backend/task-view.tpl.php index 966703c..135143c 100644 --- a/Theme/Backend/task-view.tpl.php +++ b/Theme/Backend/task-view.tpl.php @@ -93,6 +93,7 @@ echo $this->data['nav']->render(); ?> data-tpl-value-path="/0/response/descriptionRaw" data-tpl-text-path="/0/response/description" data-value="">description; ?> +
tags as $tag) : ?> @@ -100,6 +101,7 @@ echo $this->data['nav']->render(); ?> printHtml($tag->getL11n()); ?> +