diff options
author | rxu <rxu@mail.ru> | 2015-09-27 01:01:56 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2015-10-12 21:31:09 +0700 |
commit | 1260f92813776f3c5035ed82aaeca518e41abce4 (patch) | |
tree | ded11597da5efbc71a4d75d90b60ece1b6ea1c16 /phpBB/adm/style/acp_email.html | |
parent | 2642cfe298b5d867e7f0b1936c09dca72c8eb94a (diff) | |
download | forums-1260f92813776f3c5035ed82aaeca518e41abce4.tar forums-1260f92813776f3c5035ed82aaeca518e41abce4.tar.gz forums-1260f92813776f3c5035ed82aaeca518e41abce4.tar.bz2 forums-1260f92813776f3c5035ed82aaeca518e41abce4.tar.xz forums-1260f92813776f3c5035ed82aaeca518e41abce4.zip |
[ticket/14201] Add events.md descriptions, fix accidentally swapped events
PHPBB3-14201
Diffstat (limited to 'phpBB/adm/style/acp_email.html')
-rw-r--r-- | phpBB/adm/style/acp_email.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_email.html b/phpBB/adm/style/acp_email.html index 6979d5957b..e14c56ab47 100644 --- a/phpBB/adm/style/acp_email.html +++ b/phpBB/adm/style/acp_email.html @@ -19,14 +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--> + <!-- EVENT acp_email_group_options_prepend --> <dd><select id="group" name="g">{S_GROUP_OPTIONS}</select></dd> - <!-- EVENT acp_email_group_options_append--> + <!-- 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><!-- 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> + <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> |