Wrap event filter tag buttons in dedicated container

This commit is contained in:
Jürgen Mummert
2026-02-22 12:11:46 +01:00
parent 85b669d214
commit 71a2526d9a
@@ -1,9 +1,11 @@
<div id="eventfilters" data-eventlist-id="{{ targetEventListId|default('eventlist')|e('html_attr') }}"> <div id="eventfilters" data-eventlist-id="{{ targetEventListId|default('eventlist')|e('html_attr') }}">
<div class="tag-buttons">
<button type="button" data-filter-tag="all" class="active" aria-pressed="true">Alle</button> <button type="button" data-filter-tag="all" class="active" aria-pressed="true">Alle</button>
{% for tag in tagButtons|default([]) %} {% for tag in tagButtons|default([]) %}
<button type="button" data-filter-tag="{{ tag.id }}" aria-pressed="false">{{ tag.title }} ({{ tag.count }})</button> <button type="button" data-filter-tag="{{ tag.id }}" aria-pressed="false">{{ tag.title }} ({{ tag.count }})</button>
{% endfor %} {% endfor %}
</div>
<div class="widget-select places"> <div class="widget-select places">
<label for="location-filter" class="visually-hidden">Orte:</label> <label for="location-filter" class="visually-hidden">Orte:</label>