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} +