aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorOliver Schramm <oliver.schramm97@gmail.com>2014-07-16 19:49:15 +0200
committerOliver Schramm <oliver.schramm97@gmail.com>2014-07-16 19:59:06 +0200
commit876c1f4f004f1674b7241990a0203bb96ef55b79 (patch)
treecee0170170329afb224e27e18f79c8afd2107c71 /phpBB/styles/prosilver
parentcd5fbd52c21fbe855622ce96b91e7b8e54fddde0 (diff)
downloadforums-876c1f4f004f1674b7241990a0203bb96ef55b79.tar
forums-876c1f4f004f1674b7241990a0203bb96ef55b79.tar.gz
forums-876c1f4f004f1674b7241990a0203bb96ef55b79.tar.bz2
forums-876c1f4f004f1674b7241990a0203bb96ef55b79.tar.xz
forums-876c1f4f004f1674b7241990a0203bb96ef55b79.zip
[ticket/12860] Add template events mcp_ban_fields
PHPBB3-12860
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/mcp_ban.html2
1 files changed, 2 insertions, 0 deletions
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 @@
<p>{L_EXPLAIN}</p>
<fieldset>
+ <!-- EVENT mcp_ban_fields_before -->
<dl>
<dt><label for="ban">{L_BAN_CELL}{L_COLON}</label></dt>
<dd><label for="ban"><textarea name="ban" id="ban" class="inputbox" cols="40" rows="3">{BAN_QUANTIFIER}</textarea></label></dd>
@@ -70,6 +71,7 @@
<label for="banexclude0"><input type="radio" name="banexclude" id="banexclude0" value="0" checked="checked" /> {L_NO}</label>
</dd>
</dl>
+ <!-- EVENT mcp_ban_fields_after -->
</fieldset>
</div>