From 876c1f4f004f1674b7241990a0203bb96ef55b79 Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Wed, 16 Jul 2014 19:49:15 +0200 Subject: [PATCH 1/3] [ticket/12860] Add template events mcp_ban_fields PHPBB3-12860 --- phpBB/docs/events.md | 16 ++++++++++++++++ phpBB/styles/prosilver/template/mcp_ban.html | 2 ++ phpBB/styles/subsilver2/template/mcp_ban.html | 2 ++ 3 files changed, 20 insertions(+) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index f1c03672c3..98ce137557 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -278,6 +278,22 @@ index_body_stat_blocks_before * Since: 3.1.0-a1 * Purpose: Add new statistic blocks above the Who Is Online and Board Statistics blocks +mcp_ban_fields_after +=== +* Locations: + + styles/prosilver/template/mcp_ban.html + + styles/subsilver2/template/mcp_ban.html +* Since: 3.1.0-RC3 +* Purpose: Add additional fields to the ban form in MCP + +mcp_ban_fields_before +=== +* Locations: + + styles/prosivler/template/mcp_ban.html + + styles/subsilver2/template/mcp_ban.html +* Since: 3.1.0-RC3 +* Purpose: Add additional fields to the ban form in MCP + memberlist_body_username_append === * Locations: diff --git a/phpBB/styles/prosilver/template/mcp_ban.html b/phpBB/styles/prosilver/template/mcp_ban.html index 591dbf8076..7e25ff3416 100644 --- a/phpBB/styles/prosilver/template/mcp_ban.html +++ b/phpBB/styles/prosilver/template/mcp_ban.html @@ -42,6 +42,7 @@

{L_EXPLAIN}

+
@@ -70,6 +71,7 @@
+
diff --git a/phpBB/styles/subsilver2/template/mcp_ban.html b/phpBB/styles/subsilver2/template/mcp_ban.html index edf81c6d76..0fab84e91c 100644 --- a/phpBB/styles/subsilver2/template/mcp_ban.html +++ b/phpBB/styles/subsilver2/template/mcp_ban.html @@ -40,6 +40,7 @@ {L_EXPLAIN} + {L_BAN_CELL}{L_COLON} @@ -63,6 +64,7 @@ {L_BAN_GIVE_REASON}{L_COLON} +     From 42308091efb977ee5ce1b81bc8de25721b482263 Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Wed, 16 Jul 2014 19:56:10 +0200 Subject: [PATCH 2/3] [ticket/12860] Add template events mcp_ban_unban PHPBB3-12860 --- phpBB/docs/events.md | 16 ++++++++++++++++ phpBB/styles/prosilver/template/mcp_ban.html | 2 ++ phpBB/styles/subsilver2/template/mcp_ban.html | 2 ++ 3 files changed, 20 insertions(+) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 98ce137557..e8e94e6a04 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -294,6 +294,22 @@ mcp_ban_fields_before * Since: 3.1.0-RC3 * Purpose: Add additional fields to the ban form in MCP +mcp_ban_unban_after +=== +* Locations: + + styles/prosilver/template/mcp_ban.html + + styles/subsilver2/template/mcp_ban.html +* Since: 3.1.0-RC3 +* Purpose: Add additional fields to the unban form in MCP + +mcp_ban_unban_before +=== +* Locations: + + styles/prosivler/template/mcp_ban.html + + styles/subsilver2/template/mcp_ban.html +* Since: 3.1.0-RC3 +* Purpose: Add additional fields to the unban form in MCP + memberlist_body_username_append === * Locations: diff --git a/phpBB/styles/prosilver/template/mcp_ban.html b/phpBB/styles/prosilver/template/mcp_ban.html index 7e25ff3416..9504d16284 100644 --- a/phpBB/styles/prosilver/template/mcp_ban.html +++ b/phpBB/styles/prosilver/template/mcp_ban.html @@ -91,6 +91,7 @@
+
@@ -107,6 +108,7 @@
{L_BAN_GIVE_REASON}{L_COLON}
+
diff --git a/phpBB/styles/subsilver2/template/mcp_ban.html b/phpBB/styles/subsilver2/template/mcp_ban.html index 0fab84e91c..b6d77c5709 100644 --- a/phpBB/styles/subsilver2/template/mcp_ban.html +++ b/phpBB/styles/subsilver2/template/mcp_ban.html @@ -80,6 +80,7 @@ {L_UNBAN_EXPLAIN} + {L_BAN_CELL}{L_COLON} @@ -96,6 +97,7 @@ {L_BAN_GIVE_REASON}{L_COLON} +     From b1df0cffb145c2fe9db69c9caa920e4a48ec4279 Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Thu, 17 Jul 2014 00:00:02 +0200 Subject: [PATCH 3/3] [ticket/12860] Fix typo PHPBB3-12860 --- phpBB/docs/events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index e8e94e6a04..ffe57ef4c9 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -289,7 +289,7 @@ mcp_ban_fields_after mcp_ban_fields_before === * Locations: - + styles/prosivler/template/mcp_ban.html + + styles/prosilver/template/mcp_ban.html + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the ban form in MCP @@ -305,7 +305,7 @@ mcp_ban_unban_after mcp_ban_unban_before === * Locations: - + styles/prosivler/template/mcp_ban.html + + styles/prosilver/template/mcp_ban.html + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the unban form in MCP