diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 8dd14f045c..d97831ebbe 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1700,13 +1700,6 @@ posting_attach_body_attach_row_after * Since: 3.2.6-RC1 * Purpose: Add content after attachment row in the file list -posting_attach_body_attach_row_before -=== -* Locations: - + styles/prosilver/template/posting_attach_body.html -* Since: 3.2.6-RC1 -* Purpose: Add content before attachment row in the file list - posting_attach_body_attach_row_append === * Locations: @@ -1714,12 +1707,12 @@ posting_attach_body_attach_row_append * Since: 3.2.6-RC1 * Purpose: Add content appending the attachment row in the file list -posting_attach_body_attach_row_prepend +posting_attach_body_attach_row_before === * Locations: + styles/prosilver/template/posting_attach_body.html * Since: 3.2.6-RC1 -* Purpose: Add content prepending attachment row in the file list +* Purpose: Add content before attachment row in the file list posting_attach_body_attach_row_controls_append === @@ -1735,6 +1728,13 @@ posting_attach_body_attach_row_controls_prepend * Since: 3.2.2-RC1 * Purpose: Add content before attachment control elements +posting_attach_body_attach_row_prepend +=== +* Locations: + + styles/prosilver/template/posting_attach_body.html +* Since: 3.2.6-RC1 +* Purpose: Add content prepending attachment row in the file list + posting_attach_body_file_list_after === * Locations: diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html index 72935eb7e9..b46e9c9175 100644 --- a/phpBB/styles/prosilver/template/posting_attach_body.html +++ b/phpBB/styles/prosilver/template/posting_attach_body.html @@ -21,7 +21,7 @@ - + {% EVENT posting_attach_body_file_list_before %}
- + {% EVENT posting_attach_body_file_list_after %}