From 13ddfa5e52fc78b442a29396af928381eb335f39 Mon Sep 17 00:00:00 2001 From: rxu Date: Sun, 31 Mar 2019 12:44:33 +0700 Subject: [ticket/15915] Fix events order in events.md. Use Twig syntax for all events. PHPBB3-15915 --- phpBB/styles/prosilver/template/posting_attach_body.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'phpBB/styles/prosilver/template') 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 %}
@@ -56,18 +56,18 @@ - + {% EVENT posting_attach_body_attach_row_before %} - + {% EVENT posting_attach_body_attach_row_prepend %} - + {% EVENT posting_attach_body_attach_row_append %} - + {% EVENT posting_attach_body_attach_row_after %}
{attach_row.FILENAME} - + {% EVENT posting_attach_body_attach_row_controls_prepend %}   - + {% EVENT posting_attach_body_attach_row_controls_append %} @@ -81,13 +81,13 @@
- + {% EVENT posting_attach_body_file_list_after %} -- cgit v1.2.1