aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-07-17 15:31:20 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-07-17 15:31:20 +0200
commit0d2a4780769e0e8d7b47c3a954c6dcecddcce581 (patch)
treedcd542e9b632010c8b483534630fc6db9ddce790 /phpBB/styles/prosilver
parent0332b68dbbe9812cfd0df25806d608d5c2c27c66 (diff)
parentb1df0cffb145c2fe9db69c9caa920e4a48ec4279 (diff)
downloadforums-0d2a4780769e0e8d7b47c3a954c6dcecddcce581.tar
forums-0d2a4780769e0e8d7b47c3a954c6dcecddcce581.tar.gz
forums-0d2a4780769e0e8d7b47c3a954c6dcecddcce581.tar.bz2
forums-0d2a4780769e0e8d7b47c3a954c6dcecddcce581.tar.xz
forums-0d2a4780769e0e8d7b47c3a954c6dcecddcce581.zip
Merge pull request #2747 from Elsensee/ticket/12860
[ticket/12860] Add template events to mcp_ban.html * Elsensee/ticket/12860: [ticket/12860] Fix typo [ticket/12860] Add template events mcp_ban_unban [ticket/12860] Add template events mcp_ban_fields
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/mcp_ban.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_ban.html b/phpBB/styles/prosilver/template/mcp_ban.html
index 591dbf8076..9504d16284 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>
@@ -89,6 +91,7 @@
<!-- IF S_BANNED_OPTIONS -->
<fieldset>
+ <!-- EVENT mcp_ban_unban_before -->
<dl>
<dt><label for="unban">{L_BAN_CELL}{L_COLON}</label></dt>
<dd><select name="unban[]" id="unban" multiple="multiple" size="5" onchange="if (this.selectedIndex != -1) {display_details(this.options[this.selectedIndex].value);}">{BANNED_OPTIONS}</select></dd>
@@ -105,6 +108,7 @@
<dt>{L_BAN_GIVE_REASON}{L_COLON}</dt>
<dd><strong id="unbangivereason"></strong></dd>
</dl>
+ <!-- EVENT mcp_ban_unban_after -->
</fieldset>
</div>