-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Hello
Users report a problem with a warning in the accessibility of the page in connection with downloading attachments. This is very important for people with disabilities. I have attached a screenshot showing it. I managed to locate that this is a problem in the Attachements template in the localization
components/com_attachments/tmpl/attachments/default.php
this code?
$a_class = 'at_icon'; $show_link = "<a class=\"". $a_class . "\" href=\"$url\"$target title=\"$tooltip\" alt=\"$tooltip\">"; $show_link .= HTMLHelper::image('com_attachments/file_icons/'.$icon, $tooltip, null, true); }
How can I solve this problem?
Metadata
Metadata
Assignees
Labels
No labels
