From f07ce4f7b5895b7d3ce272dcc99528468f3dcefb Mon Sep 17 00:00:00 2001 From: rxu Date: Thu, 20 Dec 2018 01:21:07 +0700 Subject: [ticket/15915] Add template events to posting_attach_body.html PHPBB3-15915 --- phpBB/styles/prosilver/template/posting_attach_body.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'phpBB/styles/prosilver') diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html index 444713d6e0..72935eb7e9 100644 --- a/phpBB/styles/prosilver/template/posting_attach_body.html +++ b/phpBB/styles/prosilver/template/posting_attach_body.html @@ -21,6 +21,7 @@ +
@@ -55,7 +56,9 @@ + + + +
{attach_row.FILENAME} @@ -78,10 +81,13 @@
+ -- cgit v1.2.1 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') 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