From 652fd45bba18b970516e2ad8c3d80dbe9534ef78 Mon Sep 17 00:00:00 2001 From: Shubham Verma Date: Thu, 20 Jan 2022 14:03:02 +0530 Subject: [PATCH] Included the title attribute to the image area and image name in media manager --- .../resources/scripts/components/browser/items/image.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/administrator/components/com_media/resources/scripts/components/browser/items/image.vue b/administrator/components/com_media/resources/scripts/components/browser/items/image.vue index c7f77029e1d23..030c35f568f91 100644 --- a/administrator/components/com_media/resources/scripts/components/browser/items/image.vue +++ b/administrator/components/com_media/resources/scripts/components/browser/items/image.vue @@ -4,7 +4,8 @@ @dblclick="openPreview()" @mouseleave="hideActions()" > -
+
-
+
{{ item.name }} {{ item.filetype }}