From 6350798e9728469f51e8e94c161bc99ca8ff97dc Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Sun, 29 May 2016 11:08:33 +0200 Subject: [PATCH] [ticket/14506] Add mcp_move_before template event PHPBB3-14506 --- phpBB/docs/events.md | 8 ++++++++ phpBB/styles/prosilver/template/mcp_move.html | 4 +++- phpBB/styles/subsilver2/template/mcp_move.html | 8 +++++--- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fced20ecfe..65c28fa678 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -843,6 +843,14 @@ mcp_front_latest_unapproved_before * Since: 3.1.3-RC1 * Purpose: Add content before latest unapproved posts list +mcp_move_before +=== +* Locations: + + styles/prosilver/template/mcp_move.html + + styles/subsilver2/template/mcp_move.html +* Since: 3.1.10-RC1 +* Purpose: Add content before move topic/post form + mcp_post_additional_options === * Locations: diff --git a/phpBB/styles/prosilver/template/mcp_move.html b/phpBB/styles/prosilver/template/mcp_move.html index d028fffeb4..45a9ae83bc 100644 --- a/phpBB/styles/prosilver/template/mcp_move.html +++ b/phpBB/styles/prosilver/template/mcp_move.html @@ -31,6 +31,8 @@ + +
@@ -54,7 +56,7 @@
- {S_HIDDEN_FIELDS}  + {S_HIDDEN_FIELDS}  {S_FORM_TOKEN}
diff --git a/phpBB/styles/subsilver2/template/mcp_move.html b/phpBB/styles/subsilver2/template/mcp_move.html index b8958187e6..429fee7e38 100644 --- a/phpBB/styles/subsilver2/template/mcp_move.html +++ b/phpBB/styles/subsilver2/template/mcp_move.html @@ -1,9 +1,11 @@ + +
- + @@ -32,9 +34,9 @@
{MESSAGE_TITLE}
- {S_FORM_TOKEN} + {S_FORM_TOKEN} - +