mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12410] Add Template events search_results_post_ b/a
This commit is contained in:
commit
02352c9346
3 changed files with 20 additions and 0 deletions
|
@ -563,6 +563,22 @@ 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_results_post_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/search_results.html
|
||||||
|
+ styles/subsilver2/template/search_results.html
|
||||||
|
* Since: 3.1.0-b3
|
||||||
|
* Purpose: Add data after search result posts
|
||||||
|
|
||||||
|
search_results_post_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/search_results.html
|
||||||
|
+ styles/subsilver2/template/search_results.html
|
||||||
|
* Since: 3.1.0-b3
|
||||||
|
* Purpose: Add data before search result posts
|
||||||
|
|
||||||
simple_footer_after
|
simple_footer_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -113,6 +113,7 @@
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
|
|
||||||
<!-- BEGIN searchresults -->
|
<!-- BEGIN searchresults -->
|
||||||
|
<!-- EVENT search_results_post_before -->
|
||||||
<div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->">
|
<div class="search post <!-- IF searchresults.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF searchresults.S_POST_REPORTED --> reported<!-- ENDIF -->">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
|
@ -144,6 +145,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- EVENT search_results_post_after -->
|
||||||
<!-- BEGINELSE -->
|
<!-- BEGINELSE -->
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
|
|
||||||
<!-- BEGIN searchresults -->
|
<!-- BEGIN searchresults -->
|
||||||
<tr class="row2">
|
<tr class="row2">
|
||||||
|
<!-- EVENT search_results_post_before -->
|
||||||
<!-- IF searchresults.S_IGNORE_POST -->
|
<!-- IF searchresults.S_IGNORE_POST -->
|
||||||
<td class="gensmall" colspan="2" height="25" align="center">{searchresults.L_IGNORE_POST}</td>
|
<td class="gensmall" colspan="2" height="25" align="center">{searchresults.L_IGNORE_POST}</td>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
|
@ -126,6 +127,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
<!-- EVENT search_results_post_after -->
|
||||||
<tr>
|
<tr>
|
||||||
<td class="spacer" colspan="2"><img src="images/spacer.gif" height="1" alt="" /></td>
|
<td class="spacer" colspan="2"><img src="images/spacer.gif" height="1" alt="" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue