aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-07-16 21:25:17 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-07-16 21:25:17 +0200
commit019e85d0644cc7c19b29b7d7524f7fe288928abf (patch)
tree371c86eab41e7899f487dfd8572cf0f84ce10a2f
parentb14c088ce7331bfa76c701087e9358ca8bda5dae (diff)
parentb54aa81cdd4e55daf9537c9dde93d4fc9d1396be (diff)
downloadforums-019e85d0644cc7c19b29b7d7524f7fe288928abf.tar
forums-019e85d0644cc7c19b29b7d7524f7fe288928abf.tar.gz
forums-019e85d0644cc7c19b29b7d7524f7fe288928abf.tar.bz2
forums-019e85d0644cc7c19b29b7d7524f7fe288928abf.tar.xz
forums-019e85d0644cc7c19b29b7d7524f7fe288928abf.zip
Merge branch '3.1.x' into 3.2.x
Conflicts: phpBB/styles/subsilver2/template/mcp_move.html
-rw-r--r--phpBB/docs/events.md8
-rw-r--r--phpBB/styles/prosilver/template/mcp_move.html2
2 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index ea081350a4..24ea9a6422 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -807,6 +807,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 876829a088..45a9ae83bc 100644
--- a/phpBB/styles/prosilver/template/mcp_move.html
+++ b/phpBB/styles/prosilver/template/mcp_move.html
@@ -31,6 +31,8 @@
<!-- INCLUDE overall_header.html -->
+<!-- EVENT mcp_move_before -->
+
<form id="confirm" action="{S_CONFIRM_ACTION}" method="post">
<div class="panel">