1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-10 16:35:35 +02:00

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

View File

@ -226,7 +226,7 @@
<!-- ENDIF --> <!-- ENDIF -->
<div class="action-bar bottom"> <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}"> <form method="post" action="{S_SEARCH_ACTION}">
<!-- INCLUDE display_options.html --> <!-- INCLUDE display_options.html -->
</form> </form>