mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 14:58:52 +00:00
[ticket/12374] Fixed alphabetical sorting
PHPBB3-12374
This commit is contained in:
parent
8186e282f1
commit
aa5adbf1f7
1 changed files with 16 additions and 16 deletions
|
@ -186,22 +186,6 @@ forumlist_body_last_row_after
|
||||||
* Since: 3.1.0-b2
|
* Since: 3.1.0-b2
|
||||||
* Purpose: Add content after the very last row of the forum list.
|
* Purpose: Add content after the very last row of the forum list.
|
||||||
|
|
||||||
index_body_block_online_append
|
|
||||||
===
|
|
||||||
* Locations:
|
|
||||||
+ styles/prosilver/template/index_body.html
|
|
||||||
+ styles/subsilver2/template/index_body.html
|
|
||||||
* Since: 3.1.0-b3
|
|
||||||
* Purpose: Append content to the online list on the Board index
|
|
||||||
|
|
||||||
index_body_block_online_prepend
|
|
||||||
===
|
|
||||||
* Locations:
|
|
||||||
+ styles/prosilver/template/index_body.html
|
|
||||||
+ styles/subsilver2/template/index_body.html
|
|
||||||
* Since: 3.1.0-b3
|
|
||||||
* Purpose: Prepend content to the online list on the Board index
|
|
||||||
|
|
||||||
index_body_block_birthday_append
|
index_body_block_birthday_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
@ -218,6 +202,22 @@ index_body_block_birthday_prepend
|
||||||
* Since: 3.1.0-b3
|
* Since: 3.1.0-b3
|
||||||
* Purpose: Prepend content to the birthday list on the Board index
|
* Purpose: Prepend content to the birthday list on the Board index
|
||||||
|
|
||||||
|
index_body_block_online_append
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/index_body.html
|
||||||
|
+ styles/subsilver2/template/index_body.html
|
||||||
|
* Since: 3.1.0-b3
|
||||||
|
* Purpose: Append content to the online list on the Board index
|
||||||
|
|
||||||
|
index_body_block_online_prepend
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/index_body.html
|
||||||
|
+ styles/subsilver2/template/index_body.html
|
||||||
|
* Since: 3.1.0-b3
|
||||||
|
* Purpose: Prepend content to the online list on the Board index
|
||||||
|
|
||||||
index_body_block_stats_append
|
index_body_block_stats_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
Loading…
Add table
Reference in a new issue