From aa5adbf1f78dbe9f331f43447c842bc3a148d186 Mon Sep 17 00:00:00 2001 From: PayBas Date: Fri, 11 Apr 2014 17:01:29 +0200 Subject: [PATCH] [ticket/12374] Fixed alphabetical sorting PHPBB3-12374 --- phpBB/docs/events.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 9f2e0f6577..df181fe096 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -186,22 +186,6 @@ forumlist_body_last_row_after * Since: 3.1.0-b2 * 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 === * Locations: @@ -218,6 +202,22 @@ index_body_block_birthday_prepend * Since: 3.1.0-b3 * 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 === * Locations: