From 146c4b1624ce991e7c9441e5fde4998b29203fa9 Mon Sep 17 00:00:00 2001 From: Zoddo Date: Thu, 16 Jul 2015 15:03:31 +0200 Subject: [ticket/14091] Add mcp_topic_subject_* template events Add some options (field, checkbox, ...) before/after the subject field when split a subject PHPBB3-14091 --- phpBB/docs/events.md | 16 ++++++++++++++++ phpBB/styles/prosilver/template/mcp_topic.html | 6 ++++-- phpBB/styles/subsilver2/template/mcp_topic.html | 2 ++ 3 files changed, 22 insertions(+), 2 deletions(-) (limited to 'phpBB') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index f5238602d7..26ebbed2a6 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -568,6 +568,22 @@ mcp_post_additional_options * Since: 3.1.5-RC1 * Purpose: Add content within the list of post moderation actions +mcp_topic_options_after +=== +* Locations: + + styles/prosilver/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html +* Since: 3.1.6-RC1 +* Purpose: Add some options (field, checkbox, ...) after the subject field when split a subject + +mcp_topic_options_before +=== +* Locations: + + styles/prosilver/template/mcp_topic.html + + styles/subsilver2/template/mcp_topic.html +* Since: 3.1.6-RC1 +* Purpose: Add some options (field, checkbox, ...) before the subject field when split a subject + mcp_warn_post_add_warning_field_after === * Locations: diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 082bea22f1..4518e8563d 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -54,10 +54,12 @@ +
+
@@ -153,9 +155,9 @@
diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html index cba473147e..6a4fdbb27c 100644 --- a/phpBB/styles/subsilver2/template/mcp_topic.html +++ b/phpBB/styles/subsilver2/template/mcp_topic.html @@ -10,10 +10,12 @@ {L_SPLIT_TOPIC_EXPLAIN} + {L_SPLIT_SUBJECT} + {L_SPLIT_FORUM} -- cgit v1.2.1