aboutsummaryrefslogtreecommitdiff
path: root/templates/sidebar
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2022-10-28 10:42:30 +0000
committerThomas Hackl <hackl@data-quest.de>2022-10-28 10:42:30 +0000
commit364121ec2f6a18ec1b01c469a78ec728b469a2c7 (patch)
tree538f1968b6eea340e9155ff5938d5ea81ab39841 /templates/sidebar
parenteaba32effa8871018ebced155ac1ea611f17d107 (diff)
Resolve "Sidebar-Suchwidget verwendet einen Link für das Zurücksetzen-Icon statt eines Buttons"
Closes #1719 Merge request studip/studip!1122
Diffstat (limited to 'templates/sidebar')
-rw-r--r--templates/sidebar/search-widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar/search-widget.php b/templates/sidebar/search-widget.php
index df4a1dd..13d6bed 100644
--- a/templates/sidebar/search-widget.php
+++ b/templates/sidebar/search-widget.php
@@ -19,7 +19,7 @@
<?= arrayToHtmlAttributes($needle['attributes']) ?>>
<? endif; ?>
<? if ($reset_link): ?>
- <a class="reset-search" href="<?= $reset_link ?>" tabindex="0"
+ <a class="reset-search" href="<?= $reset_link ?>" tabindex="0" role="button"
title="<?= _('Suche zurücksetzen') ?>">
<?= Icon::create('decline')->asImg(20) ?>
</a>