From a5ea656a26ee857a087664d803b1b02e0d37a027 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/media-view.tpl.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Theme/Backend/media-view.tpl.php b/Theme/Backend/media-view.tpl.php index f29488f..6d53eec 100644 --- a/Theme/Backend/media-view.tpl.php +++ b/Theme/Backend/media-view.tpl.php @@ -98,13 +98,16 @@ echo $this->data['nav']->render(); getHtml('Creator'); ?>printHtml( \ltrim($media->createdBy->name2 . ', ' . $media->createdBy->name1, ', ') ); ?> - getHtml('Tags'); ?> + getHtml('Tags'); ?> + +
tags as $tag) : ?> icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?> +
getHtml('Description'); ?> printHtml($media->description); ?>