diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2015-02-20 20:41:55 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2015-02-20 20:41:55 +0100 |
| commit | 461ce3f89249ca85f51ddce9a32da10ed338c22b (patch) | |
| tree | 9023a0bcd310a30cf05c87c5ef5f40b43972e9e1 /phpBB/styles/subsilver2/template | |
| parent | c24a84004823aa35029e415a7f435bfdfc1fc5c8 (diff) | |
| parent | cba12aca2a220fe3e6c205c71048f278c88e0f46 (diff) | |
| download | forums-461ce3f89249ca85f51ddce9a32da10ed338c22b.tar forums-461ce3f89249ca85f51ddce9a32da10ed338c22b.tar.gz forums-461ce3f89249ca85f51ddce9a32da10ed338c22b.tar.bz2 forums-461ce3f89249ca85f51ddce9a32da10ed338c22b.tar.xz forums-461ce3f89249ca85f51ddce9a32da10ed338c22b.zip | |
Merge branch 'Wolfsblvt-ticket/13533' into 3.1.x
Diffstat (limited to 'phpBB/styles/subsilver2/template')
| -rw-r--r-- | phpBB/styles/subsilver2/template/search_results.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html index 23d0b3a146..6f651b2618 100644 --- a/phpBB/styles/subsilver2/template/search_results.html +++ b/phpBB/styles/subsilver2/template/search_results.html @@ -1,5 +1,7 @@ <!-- INCLUDE overall_header.html --> +<!-- EVENT search_results_header_before --> + <form method="post" action="{S_SEARCH_ACTION}"> <table width="100%" cellspacing="1"> @@ -8,10 +10,12 @@ </tr> <tr> <td class="genmed"><!-- IF SEARCH_TOPIC -->{L_SEARCHED_TOPIC}{L_COLON} <a href="{U_SEARCH_TOPIC}"><b>{SEARCH_TOPIC}</b></a><br /><!-- ENDIF --><!-- IF SEARCH_WORDS -->{L_SEARCHED_FOR}{L_COLON} <a href="{U_SEARCH_WORDS}"><b>{SEARCH_WORDS}</b></a><!-- ENDIF --><!-- IF IGNORED_WORDS --> {L_IGNORED_TERMS}{L_COLON} <b>{IGNORED_WORDS}</b><!-- ENDIF --></td> - <td align="{S_CONTENT_FLOW_END}"><!-- IF SEARCH_IN_RESULTS --><span class="genmed">{L_SEARCH_IN_RESULTS}{L_COLON} </span><input class="post" type="text" name="add_keywords" value="" /> <input class="btnlite" type="submit" name="submit" value="{L_GO}" /><!-- ENDIF --></td> + <td align="{S_CONTENT_FLOW_END}"><!-- EVENT search_results_searchbox_after --><!-- IF SEARCH_IN_RESULTS --><span class="genmed">{L_SEARCH_IN_RESULTS}{L_COLON} </span><input class="post" type="text" name="add_keywords" value="" /> <input class="btnlite" type="submit" name="submit" value="{L_GO}" /><!-- ENDIF --></td> </tr> </table> +<!-- EVENT search_results_header_after --> + <br clear="all" /> <!-- IF S_SHOW_TOPICS --> |
