diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-07-16 19:56:10 +0200 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2014-07-16 20:00:05 +0200 |
commit | 42308091efb977ee5ce1b81bc8de25721b482263 (patch) | |
tree | 901a21656eae642e328c4507707c0dabb59577b8 /phpBB/docs | |
parent | 876c1f4f004f1674b7241990a0203bb96ef55b79 (diff) | |
download | forums-42308091efb977ee5ce1b81bc8de25721b482263.tar forums-42308091efb977ee5ce1b81bc8de25721b482263.tar.gz forums-42308091efb977ee5ce1b81bc8de25721b482263.tar.bz2 forums-42308091efb977ee5ce1b81bc8de25721b482263.tar.xz forums-42308091efb977ee5ce1b81bc8de25721b482263.zip |
[ticket/12860] Add template events mcp_ban_unban
PHPBB3-12860
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
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: |