aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_ban.html
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-09-26 23:58:59 +0700
committerrxu <rxu@mail.ru>2015-09-26 23:58:59 +0700
commit2642cfe298b5d867e7f0b1936c09dca72c8eb94a (patch)
treebec36f4428a5674ca55d94df153139f3b44f9dd5 /phpBB/adm/style/acp_ban.html
parent3672df0bc2bca8f23cd7cf591be24cd61e05c0c3 (diff)
downloadforums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar.gz
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar.bz2
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.tar.xz
forums-2642cfe298b5d867e7f0b1936c09dca72c8eb94a.zip
[ticket/14201] Add more template events to ACP
PHPBB3-14201
Diffstat (limited to 'phpBB/adm/style/acp_ban.html')
-rw-r--r--phpBB/adm/style/acp_ban.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html
index 9e9f05120a..5e57bdd87d 100644
--- a/phpBB/adm/style/acp_ban.html
+++ b/phpBB/adm/style/acp_ban.html
@@ -52,7 +52,7 @@
<legend>{L_TITLE}</legend>
<dl>
<dt><label for="ban">{L_BAN_CELL}{L_COLON}</label></dt>
- <dd><textarea name="ban" cols="40" rows="3" id="ban"></textarea></dd>
+ <dd><!-- EVENT acp_ban_cell_textarea_prepend--><textarea name="ban" cols="40" rows="3" id="ban"></textarea><!-- EVENT acp_ban_cell_textarea_append--></dd>
<!-- IF S_USERNAME_BAN --><dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd><!-- ENDIF -->
</dl>
<dl>