Skip to content
Snippets Groups Projects
Commit d5292127 authored by Moritz Strohm's avatar Moritz Strohm Committed by David Siegfried
Browse files

oer campus: made search form a polite live region, closes #1246

Closes #1246

Merge request studip/studip!761
parent 3fb989ee
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ if ($materialien !== null) { ...@@ -25,7 +25,7 @@ if ($materialien !== null) {
?> ?>
<form class="oer_search" <form class="oer_search"
action="<?= $controller->link_for("oer/market/search") ?>" action="<?= $controller->link_for("oer/market/search") ?>"
method="GET" method="GET" aria-live="polite"
data-searchresults="<?= htmlReady(json_encode($material_data)) ?>" data-searchresults="<?= htmlReady(json_encode($material_data)) ?>"
data-filteredtag="<?= htmlReady(Request::get("tag")) ?>" data-filteredtag="<?= htmlReady(Request::get("tag")) ?>"
data-filteredcategory="<?= htmlReady(Request::get("category")) ?>" data-filteredcategory="<?= htmlReady(Request::get("category")) ?>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment