mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
Merge pull request #3600 from dragosvr92/ticket/13808
[ticket/13808] search_body_form_before
This commit is contained in:
commit
8fda16527e
@ -1076,6 +1076,14 @@ quickreply_editor_message_before
|
|||||||
* Since: 3.1.0-a4
|
* Since: 3.1.0-a4
|
||||||
* Purpose: Add content before the quick reply textbox
|
* Purpose: Add content before the quick reply textbox
|
||||||
|
|
||||||
|
search_body_form_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/search_body.html
|
||||||
|
+ styles/subsilver2/template/search_body.html
|
||||||
|
* Since: 3.1.5
|
||||||
|
* Purpose: Add content before the search form
|
||||||
|
|
||||||
search_results_header_after
|
search_results_header_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<h2 class="solo">{L_SEARCH}</h2>
|
<h2 class="solo">{L_SEARCH}</h2>
|
||||||
|
|
||||||
|
<!-- EVENT search_body_form_before -->
|
||||||
<form method="get" action="{S_SEARCH_ACTION}" data-focus="keywords">
|
<form method="get" action="{S_SEARCH_ACTION}" data-focus="keywords">
|
||||||
|
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
<div id="pagecontent">
|
<div id="pagecontent">
|
||||||
|
|
||||||
|
<!-- EVENT search_body_form_before -->
|
||||||
<form method="get" action="{S_SEARCH_ACTION}">
|
<form method="get" action="{S_SEARCH_ACTION}">
|
||||||
|
|
||||||
<table class="tablebg" width="100%" cellspacing="1">
|
<table class="tablebg" width="100%" cellspacing="1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user