From 538782609c0f8454d3d7651c2a9cc6ce2e3c7761 Mon Sep 17 00:00:00 2001 From: loma-one <44441246+loma-one@users.noreply.github.com> Date: Sat, 31 May 2025 10:21:37 +0200 Subject: [PATCH] Duplicate names attachments Improve image display in file browser - Removed image caption and added filename as title attribute in tag - Changed alt attribute to use image description instead of filename --- view/theme/frio/templates/media/browser.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/view/theme/frio/templates/media/browser.tpl b/view/theme/frio/templates/media/browser.tpl index 366bbc8944..49faf42d9e 100644 --- a/view/theme/frio/templates/media/browser.tpl +++ b/view/theme/frio/templates/media/browser.tpl @@ -53,14 +53,14 @@ {{foreach $files as $f}}
- {{$f.1}} -

{{$f.1}}

-
-
+ {{$f.3}} + + {{/foreach}} - + +