diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-21 19:42:14 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-21 19:42:14 +0100 |
commit | 7bc19179089a3aebb55dcd2021ed590c7afaa045 (patch) | |
tree | f4c2e58224ec32a9d3471fae6d86ae20c5b1387c /phpBB/adm/style | |
parent | 4bf3dcbebdbb105262d48033050535b95fbfb0f0 (diff) | |
parent | 98711450dd7b32435066d124d0e56c01897e578e (diff) | |
download | forums-7bc19179089a3aebb55dcd2021ed590c7afaa045.tar forums-7bc19179089a3aebb55dcd2021ed590c7afaa045.tar.gz forums-7bc19179089a3aebb55dcd2021ed590c7afaa045.tar.bz2 forums-7bc19179089a3aebb55dcd2021ed590c7afaa045.tar.xz forums-7bc19179089a3aebb55dcd2021ed590c7afaa045.zip |
Merge pull request #3122 from Elsensee/ticket/13309
[ticket/13309] Add event acp_email_options_after
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_email.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_email.html b/phpBB/adm/style/acp_email.html index 950ecb40b0..63acd7fcc1 100644 --- a/phpBB/adm/style/acp_email.html +++ b/phpBB/adm/style/acp_email.html @@ -47,6 +47,8 @@ <dd><input id="send" type="checkbox" class="radio" name="send_immediately" checked="checked" /></dd> </dl> +<!-- EVENT acp_email_options_after --> + <p class="submit-buttons"> <input class="button1" type="submit" id="submit" name="submit" value="{L_SEND_EMAIL}" /> <input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" /> |