aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_email.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_email.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_email.html')
-rw-r--r--phpBB/adm/style/acp_email.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_email.html b/phpBB/adm/style/acp_email.html
index 63acd7fcc1..6979d5957b 100644
--- a/phpBB/adm/style/acp_email.html
+++ b/phpBB/adm/style/acp_email.html
@@ -19,12 +19,14 @@
<legend>{L_COMPOSE}</legend>
<dl>
<dt><label for="group">{L_SEND_TO_GROUP}{L_COLON}</label></dt>
+ <!-- EVENT acp_email_group_options_prepend-->
<dd><select id="group" name="g">{S_GROUP_OPTIONS}</select></dd>
+ <!-- EVENT acp_email_group_options_append-->
</dl>
<dl>
<dt><label for="usernames">{L_SEND_TO_USERS}{L_COLON}</label><br /><span>{L_SEND_TO_USERS_EXPLAIN}</span></dt>
<dd><textarea name="usernames" id="usernames" rows="5" cols="40">{USERNAMES}</textarea></dd>
- <dd>[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</dd>
+ <dd><!-- EVENT acp_email_find_username_prepend-->[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]<!-- EVENT acp_email_find_username_append--></dd>
</dl>
<dl>
<dt><label for="subject">{L_SUBJECT}{L_COLON}</label></dt>