mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-07 08:05:25 +02:00
Merge branch '3.1.x'
This commit is contained in:
commit
7cdaa03e20
@ -1544,6 +1544,20 @@ viewtopic_buttons_top_after
|
|||||||
* Since: 3.1.0-RC5
|
* Since: 3.1.0-RC5
|
||||||
* Purpose: Add buttons after Post Reply button on the top of the posts's list
|
* Purpose: Add buttons after Post Reply button on the top of the posts's list
|
||||||
|
|
||||||
|
viewtopic_dropdown_bottom_custom
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewtopic_body.html
|
||||||
|
* Since: 3.1.6-RC1
|
||||||
|
* Purpose: Create a custom dropdown menu
|
||||||
|
|
||||||
|
viewtopic_dropdown_top_custom
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/viewtopic_body.html
|
||||||
|
* Since: 3.1.6-RC1
|
||||||
|
* Purpose: Create a custom dropdown menu
|
||||||
|
|
||||||
viewforum_forum_name_append
|
viewforum_forum_name_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- INCLUDE viewtopic_topic_tools.html -->
|
<!-- INCLUDE viewtopic_topic_tools.html -->
|
||||||
|
<!-- EVENT viewtopic_dropdown_top_custom -->
|
||||||
|
|
||||||
<!-- IF S_DISPLAY_SEARCHBOX -->
|
<!-- IF S_DISPLAY_SEARCHBOX -->
|
||||||
<div class="search-box" role="search">
|
<div class="search-box" role="search">
|
||||||
@ -378,6 +379,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
<!-- EVENT viewtopic_dropdown_bottom_custom -->
|
||||||
|
|
||||||
<!-- IF .pagination or TOTAL_POSTS -->
|
<!-- IF .pagination or TOTAL_POSTS -->
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user