diff options
author | rxu <rxu@mail.ru> | 2015-09-26 23:58:59 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2015-09-26 23:58:59 +0700 |
commit | 2642cfe298b5d867e7f0b1936c09dca72c8eb94a (patch) | |
tree | bec36f4428a5674ca55d94df153139f3b44f9dd5 /phpBB/adm/style/acp_prune_users.html | |
parent | 3672df0bc2bca8f23cd7cf591be24cd61e05c0c3 (diff) | |
download | forums-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_prune_users.html')
-rw-r--r-- | phpBB/adm/style/acp_prune_users.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_prune_users.html b/phpBB/adm/style/acp_prune_users.html index b8c271355b..03f95f9a89 100644 --- a/phpBB/adm/style/acp_prune_users.html +++ b/phpBB/adm/style/acp_prune_users.html @@ -50,7 +50,7 @@ <dl> <dt><label for="users">{L_ACP_PRUNE_USERS}{L_COLON}</label><br /><span>{L_SELECT_USERS_EXPLAIN}</span></dt> <dd><textarea id="users" name="users" cols="40" rows="5"></textarea></dd> - <dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd> + <dd><!-- EVENT acp_prune_users_find_username_prepend-->[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]<!-- EVENT acp_prune_users_find_username_append--></dd> </dl> </fieldset> |