From 2bb08f853ea6ed60987f9886cd72eaa74ebd6c44 Mon Sep 17 00:00:00 2001 From: kasimi Date: Sun, 21 Jul 2019 10:23:44 +0200 Subject: [ticket/16107] Add mcp_move_destination_forum_before|after PHPBB3-16107 --- phpBB/styles/prosilver/template/mcp_move.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/mcp_move.html b/phpBB/styles/prosilver/template/mcp_move.html index 45a9ae83bc..d2ad71b241 100644 --- a/phpBB/styles/prosilver/template/mcp_move.html +++ b/phpBB/styles/prosilver/template/mcp_move.html @@ -43,12 +43,14 @@

{ADDITIONAL_MSG}

+
+
 
{MESSAGE_TEXT}
-- cgit v1.2.1 From 1a00b4a5658fa98fa86f9c596387c23dcc63408d Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 27 Jul 2019 16:02:01 +0200 Subject: [ticket/16107] Use twig syntax for event PHPBB3-16107 --- phpBB/styles/prosilver/template/mcp_move.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/mcp_move.html b/phpBB/styles/prosilver/template/mcp_move.html index d2ad71b241..63197ef274 100644 --- a/phpBB/styles/prosilver/template/mcp_move.html +++ b/phpBB/styles/prosilver/template/mcp_move.html @@ -43,14 +43,14 @@

{ADDITIONAL_MSG}

- + {% EVENT mcp_move_destination_forum_before %}
- + {% EVENT mcp_move_destination_forum_after %}
 
{MESSAGE_TEXT}
-- cgit v1.2.1