Skip to content

Commit

Permalink
Merge pull request phpbb#3600 from dragosvr92/ticket/13808
Browse files Browse the repository at this point in the history
[ticket/13808] search_body_form_before
  • Loading branch information
nickvergessen committed May 28, 2015
2 parents 7580798 + 345c25c commit 8fda165
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions phpBB/docs/events.md
Expand Up @@ -1076,6 +1076,14 @@ quickreply_editor_message_before
* Since: 3.1.0-a4
* 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
===
* Locations:
Expand Down
1 change: 1 addition & 0 deletions phpBB/styles/prosilver/template/search_body.html
Expand Up @@ -2,6 +2,7 @@

<h2 class="solo">{L_SEARCH}</h2>

<!-- EVENT search_body_form_before -->
<form method="get" action="{S_SEARCH_ACTION}" data-focus="keywords">

<div class="panel">
Expand Down
1 change: 1 addition & 0 deletions phpBB/styles/subsilver2/template/search_body.html
Expand Up @@ -2,6 +2,7 @@

<div id="pagecontent">

<!-- EVENT search_body_form_before -->
<form method="get" action="{S_SEARCH_ACTION}">

<table class="tablebg" width="100%" cellspacing="1">
Expand Down

0 comments on commit 8fda165

Please sign in to comment.