diff options
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 92f929fa0a..67f187ec81 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1598,69 +1598,69 @@ search_body_search_display_options_prepend * Since: 3.1.7-RC1 * Purpose: Put content at the top of the search query display options fields set -search_body_search_query_after +search_body_search_options_after === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Add content after the search query fields set +* Purpose: Add content after the search query options fields set -search_body_search_query_append +search_body_search_options_append === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Put content at the bottom of the search query fields set +* Purpose: Put content at the bottom of the search query options fields set -search_body_search_query_before +search_body_search_options_before === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Add content before the search query fields set +* Purpose: Add content before the search query options fields set -search_body_search_query_prepend +search_body_search_options_prepend === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Put content at the top of the search query fields set +* Purpose: Put content at the top of the search query options fields set -search_body_search_options_after +search_body_search_query_after === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Add content after the search query options fields set +* Purpose: Add content after the search query fields set -search_body_search_options_append +search_body_search_query_append === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Put content at the bottom of the search query options fields set +* Purpose: Put content at the bottom of the search query fields set -search_body_search_options_before +search_body_search_query_before === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Add content before the search query options fields set +* Purpose: Add content before the search query fields set -search_body_search_options_prepend +search_body_search_query_prepend === * Locations: + styles/prosilver/template/search_body.html + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 -* Purpose: Put content at the top of the search query options fields set +* Purpose: Put content at the top of the search query fields set search_results_header_after === |