From c668651493287198c2ad27aac57d42b109608140 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Sat, 13 Jul 2019 20:18:30 +0100 Subject: [PATCH] [4.0] Extensions Discover (#25224) Change the description of the extension from a tooltip to be visually displayed. Remove the tooltip with the author url and email address This improves accessibility --- .../com_installer/tmpl/discover/default.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/administrator/components/com_installer/tmpl/discover/default.php b/administrator/components/com_installer/tmpl/discover/default.php index 0d0f173267b..a4d6c59bf58 100644 --- a/administrator/components/com_installer/tmpl/discover/default.php +++ b/administrator/components/com_installer/tmpl/discover/default.php @@ -84,7 +84,8 @@ $listDirn = $this->escape($this->state->get('list.direction')); @@ -94,15 +95,13 @@ $listDirn = $this->escape($this->state->get('list.direction')); type_translated; ?> - version != '' ? $item->version : ' '; ?> + version) ? $item->version : ' '; ?> - creationDate != '' ? $item->creationDate : ' '; ?> + creationDate) ? $item->creationDate : ' '; ?> - - author != '' ? $item->author : ' '; ?> - + author) ? $item->author : ' '; ?> folder_translated; ?>