[ticket/17417] Show display options even without search results

PHPBB-17417
This commit is contained in:
phpBB TR 2024-10-25 11:38:58 +03:00 committed by Marc Alexander
parent c992272036
commit 736ef320ed
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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>