Merge pull request #6741 from phpbbtr/patch-5

[ticket/17417] Day selection not visible when no results
This commit is contained in:
Marc Alexander 2025-02-11 21:28:00 +01:00 committed by GitHub
commit 6b5bb4d51f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,7 +226,7 @@
<!-- ENDIF -->
<div class="action-bar bottom">
<!-- IF .searchresults and (S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY) -->
<!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY -->
<form method="post" action="{S_SEARCH_ACTION}">
<!-- INCLUDE display_options.html -->
</form>