Add days-to-start filter input in trade fairs header

This commit is contained in:
2026-02-23 20:47:00 +01:00
parent 6f55c6dff8
commit 6a54f3652a

View File

@@ -1568,7 +1568,12 @@
<table class="bookmark-subpage__table">
<thead>
<tr>
<th><button type="button" class="bookmark-subpage__sort" data-trade-sort="tage_bis_start">Tage bis Start</button></th>
<th>
<div class="bookmark-subpage__th-stack">
<button type="button" class="bookmark-subpage__sort" data-trade-sort="tage_bis_start">Tage bis Start</button>
<input type="text" id="tradeFairDaysFilterInput" class="bookmark-subpage__column-filter" placeholder=">0">
</div>
</th>
<th><button type="button" class="bookmark-subpage__sort" data-trade-sort="rang">Rang</button></th>
<th><button type="button" class="bookmark-subpage__sort" data-trade-sort="messe">Messe</button></th>
<th><button type="button" class="bookmark-subpage__sort" data-trade-sort="zuletzt_gesucht_am">Zuletzt gesucht am</button></th>